PointType


This enum contains the types of points within a path. The following enumerators are defined within the scope of the enum PointType.

CloseFigure 1 The point is for a figure close operation.
Line 2 The point is for a polyline.
Spline 4 The point is for a spline (Bezier cubic).
Move 6 The point gives rise to a move of current position.

Notes

The flag CloseFigure may be combined with Line or Spline to indicate that the point is the last point in the figure and the figure should be automatically closed. To close a figure, a line is drawn from the current position to the starting position of the figure. The starting position of the figure is the most recent point of type Move or the beginning of the path.