Enum ShapePathType

ShapePathType enumeration

Represents path segment type.

public enum ShapePathType

Values

NameValueDescription
LineTo0Straight line segment
CubicBezierCurveTo1Cubic Bezier curve
MoveTo2Start a new path
Close3If 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

See Also