Table of Contents

Class SvgPaint

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.dll
[Guid("d59bab0a-68a2-455b-a5dc-9eb2854e2490")]
public class SvgPaint : SvgAttribute
Inheritance
SvgPaint
Inherited Members

Constructors

SvgPaint(nint)

public SvgPaint(nint nativePtr)

Parameters

nativePtr nint

Properties

Color

No documentation.

public RawColor4 Color { get; set; }

Property Value

RawColor4

IdLength

No documentation.

public int IdLength { get; }

Property Value

int

PaintType

No documentation.

public SvgPaintType PaintType { get; set; }

Property Value

SvgPaintType

Methods

GetId(nint, int)

No documentation.

public void GetId(nint id, int idCount)

Parameters

id nint

No documentation.

idCount int

No documentation.

SetId(string)

No documentation.

public void SetId(string id)

Parameters

id string

No documentation.

Operators

explicit operator SvgPaint(nint)

public static explicit operator SvgPaint(nint nativePtr)

Parameters

nativePtr nint

Returns

SvgPaint