ShapePathType Enum
ShapePathType Enum
Represents path segment type.
type ShapePathType int32
Fields
Field | Description |
---|---|
LineTo | Straight line segment |
CubicBezierCurveTo | Cubic Bezier curve |
MoveTo | Start a new path |
Close | If the starting POINT and the end POINT are not the same, a singlestraight line is drawn to connect the starting POINT and ending POINT of the path. |
End | The end of the current path |
Escape | Escape |
ArcTo | An arc |
Unknown | Unknown |