Class SvgPathData
[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
SegmentDataCount
No documentation.
public int SegmentDataCount { get; }
Property Value
Methods
CreatePathGeometry(FillMode, out PathGeometry1)
No documentation.
public void CreatePathGeometry(FillMode fillMode, out PathGeometry1 athGeometryRef)
Parameters
fillMode
FillModeNo documentation.
athGeometryRef
PathGeometry1No documentation.
GetCommands(SvgPathCommand[], int, int)
No documentation.
public void GetCommands(SvgPathCommand[] commands, int commandsCount, int startIndex)
Parameters
commands
SvgPathCommand[]No documentation.
commandsCount
intNo documentation.
startIndex
intNo documentation.
GetSegmentData(float[], int, int)
No documentation.
public void GetSegmentData(float[] data, int dataCount, int startIndex)
Parameters
RemoveCommandsAtEnd(int)
No documentation.
public void RemoveCommandsAtEnd(int commandsCount)
Parameters
commandsCount
intNo documentation.
RemoveSegmentDataAtEnd(int)
No documentation.
public void RemoveSegmentDataAtEnd(int dataCount)
Parameters
dataCount
intNo documentation.
UpdateCommands(SvgPathCommand[], int, int)
No documentation.
public void UpdateCommands(SvgPathCommand[] commands, int commandsCount, int startIndex)
Parameters
commands
SvgPathCommand[]No documentation.
commandsCount
intNo documentation.
startIndex
intNo documentation.
UpdateSegmentData(float[], int, int)
No documentation.
public void UpdateSegmentData(float[] data, int dataCount, int startIndex)
Parameters
Operators
explicit operator SvgPathData(nint)
public static explicit operator SvgPathData(nint nativePtr)
Parameters
nativePtr
nint