ShapePathType Enum

ShapePathType Enum

Represents path segment type.


type ShapePathType int32

Fields

FieldDescription
LineToStraight line segment
CubicBezierCurveToCubic Bezier curve
MoveToStart a new path
CloseIf 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.
EndThe end of the current path
EscapeEscape
ArcToAn arc
UnknownUnknown