ShapePathType

ShapePathType enumeration

Utility class containing constants. Represents path segment type.

Values

NameDescription
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