Path |
| Member name | Value | Description |
|---|---|---|
| CloseFigure | 1 | Specifies that the point is the last point in a closed subpath (figure). |
| LineTo | 2 | Indicates that the point is one of the two endpoints of a line. |
| BezierTo | 4 | Indicates that the point is an endpoint or control point of a cubic Bézier spline. |
| MoveTo | 6 | Starts path |