PathPointType
Specifies the type of point in a GraphicsPath object.
Bezier = 3
A default Bézier curve.
Bezier3 = 3
A cubic Bézier curve.
CloseSubpath = 128
The endpoint of a subpath.
DashMode = 16
The corresponding segment is dashed.
Line = 1
A line segment.
PathMarker = 32
A path marker.
PathTypeMask = 7
A mask point.
Start = 0
The starting point of a GraphicsPath object.