'Declaration Public Enum SvgPathCommandType Inherits System.Enum
public enum SvgPathCommandType : System.Enum
'Declaration Public Enum SvgPathCommandType Inherits System.Enum
public enum SvgPathCommandType : System.Enum
Member | Description |
---|---|
ClosePath | Represents the 'Z' or 'z' command. |
CurveTo | Represents the 'C' or 'c' command. |
EllipticalArc | Represents the 'A' or 'a' command. |
HorizontalLineTo | Represents the 'H' or 'h' command. |
LineTo | Represents the 'L' or 'l' command. |
MoveTo | Represents the 'M' or 'm' command. |
QuadraticBezierCurveTo | Represents the 'Q' or 'q' command. |
SmoothCurveTo | Represents the 'S' or 's' command. |
SmoothQuadraticBezierCurveTo | Represents the 'T' or 't' command. |
VerticalLineTo | Represents the 'V' or 'v' command. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Svg.SvgPathCommandType