ShapePathType

ShapePathType enumeration

Represents path segment type.

Values

NameValueDescription
LineTo1Straight line segment
CubicBezierCurveTo3Cubic Bezier curve
MoveTo0Start a new path
Close128If 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.
End4The end of the current path
Escape5Escape
ArcTo6An arc
Unknown7Unknown