PathCommandType
PathCommandType enumeration
Represents graphics path commands
public enum PathCommandType : byte
Values
Name | Value | Description |
---|---|---|
Close | 0 |
Closes geometry path |
MoveTo | 1 |
Sets next point position of the geometry path |
LineTo | 2 |
Appends line to the geometry path |
ArcTo | 3 |
Appends the specified arc to the geometry path. |
QuadBezierTo | 4 |
Appends quadratic Bezier curve to the geometry path |
CubicBezierTo | 5 |
Appends cubic Bezier curve to the geometry path |
See Also
- namespace Aspose.Slides
- assembly Aspose.Slides