Table of Contents

Class SvgPathData

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.dll
[Guid("c095e4f4-bb98-43d6-9745-4d1b84ec9888")]
public class SvgPathData : SvgAttribute
Inheritance
SvgPathData
Inherited Members

Constructors

SvgPathData(nint)

public SvgPathData(nint nativePtr)

Parameters

nativePtr nint

Properties

CommandsCount

No documentation.

public int CommandsCount { get; }

Property Value

int

SegmentDataCount

No documentation.

public int SegmentDataCount { get; }

Property Value

int

Methods

CreatePathGeometry(FillMode, out PathGeometry1)

No documentation.

public void CreatePathGeometry(FillMode fillMode, out PathGeometry1 athGeometryRef)

Parameters

fillMode FillMode

No documentation.

athGeometryRef PathGeometry1

No documentation.

GetCommands(SvgPathCommand[], int, int)

No documentation.

public void GetCommands(SvgPathCommand[] commands, int commandsCount, int startIndex)

Parameters

commands SvgPathCommand[]

No documentation.

commandsCount int

No documentation.

startIndex int

No documentation.

GetSegmentData(float[], int, int)

No documentation.

public void GetSegmentData(float[] data, int dataCount, int startIndex)

Parameters

data float[]

No documentation.

dataCount int

No documentation.

startIndex int

No documentation.

RemoveCommandsAtEnd(int)

No documentation.

public void RemoveCommandsAtEnd(int commandsCount)

Parameters

commandsCount int

No documentation.

RemoveSegmentDataAtEnd(int)

No documentation.

public void RemoveSegmentDataAtEnd(int dataCount)

Parameters

dataCount int

No documentation.

UpdateCommands(SvgPathCommand[], int, int)

No documentation.

public void UpdateCommands(SvgPathCommand[] commands, int commandsCount, int startIndex)

Parameters

commands SvgPathCommand[]

No documentation.

commandsCount int

No documentation.

startIndex int

No documentation.

UpdateSegmentData(float[], int, int)

No documentation.

public void UpdateSegmentData(float[] data, int dataCount, int startIndex)

Parameters

data float[]

No documentation.

dataCount int

No documentation.

startIndex int

No documentation.

Operators

explicit operator SvgPathData(nint)

public static explicit operator SvgPathData(nint nativePtr)

Parameters

nativePtr nint

Returns

SvgPathData