2.1.1.22 PathPointType Enumeration
The PathPointType enumeration defines types of points on a graphics path.
-
typedef enum { PathPointTypeStart = 0x00, PathPointTypeLine = 0x01, PathPointTypeBezier = 0x03 } PathPointType;
PathPointTypeStart: The point is the starting point of a path.
PathPointTypeLine: The point is one of the two endpoints of a line.
PathPointTypeBezier: The point is an endpoint or control point of a cubic Bezier curve.
Graphics path point types are specified by EmfPlusPathPointType objects.
See section 2.1.1 for the specification of additional enumerations.