PathPointType

PathPointType enum

Specifies the type of a path point.

enum class PathPointType

Values

NameValueDescription
Start0The starting point.
Line1A line segment.
Bezier3Bezier curve.
PathTypeMask7A type mask point.
DashMode16Specifies that a segment is dashed.
PathMarker32A path marker.
CloseSubpath128The ending point of a subpath.
Bezier33Cubic Bezier curve.

See Also