ShapePathType
ShapePathType enumeration
Represents path segment type.
Values
Name | Value | Description |
---|---|---|
LineTo | 0 | Straight line segment |
CubicBezierCurveTo | 1 | Cubic Bezier curve |
MoveTo | 2 | Start a new path |
Close | 3 | If the starting POINT and the end POINT are not the same, a single straight line is drawn to connect the starting POINT and ending POINT of the path. |
End | 4 | The end of the current path |
Escape | 5 | Escape |
ArcTo | 6 | An arc |
Unknown | 7 | Unknown |