EmfPlusPathPointTypeEnum

EmfPlusPathPointTypeEnum enumeration

The PathPointType enumeration defines types of points on a graphics path.

public enum EmfPlusPathPointTypeEnum

Values

NameValueDescription
PathPointTypeStart0Specifies that the point is the starting point of a path.
PathPointTypeLine1Specifies that the point is one of the two endpoints of a line.
PathPointTypeBezier3Specifies that the point is an endpoint or control point of a cubic Bezier curve.

Remarks

Graphics path point types are specified by EmfPlusPathPointType objects (section 2.2.2.31).

See Also