Name |
Value |
Description |
PathPointTypeStart |
0 |
Indicates that the point is the start of a figure. |
PathPointTypeLine |
1 |
Indicates that the point is one of the two endpoints of a line. |
PathPointTypeBezier |
3 |
Indicates that the point is an endpoint or control point of a cubic Bézier spline. |
PathPointTypePathTypeMask |
&H7 |
Masks all bits except for the three low-order bits, which indicate the point type. |
PathPointTypePathDashMode |
&H10 |
Not used. |
PathPointTypePathMarker |
&H20 |
Specifies that the point is a marker. |
PathPointTypeCloseSubpath |
&H80 |
Specifies that the point is the last point in a closed subpath (figure). |
PathPointTypeBezier3 |
3 |
Indicates that the point is an endpoint or control point of a cubic Bézier spline. |