Enum PathPointType

PathPointType enumeration

Specifies the type of point in a GraphicsPath object.

public enum PathPointType

Values

NameValueDescription
Start0The starting point of a GraphicsPath object.
Line1A line segment.
Bezier3A default Bézier curve.
PathTypeMask7A mask point.
DashMode16The corresponding segment is dashed.
PathMarker32A path marker.
CloseSubpath128The endpoint of a subpath.
Bezier33A cubic Bézier curve.

See Also