ShapePathType enumeration

ShapePathType enumeration

Represents path segment type.

The ShapePathType type exposes the following members:

Fields

FieldDescription
LINE_TOStraight line segment
CUBIC_BEZIER_CURVE_TOCubic Bezier curve
MOVE_TOStart a new path
CLOSEIf 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.
ENDThe end of the current path
ESCAPEEscape
ARC_TOAn arc
UNKNOWNUnknown

See Also