EmfPlusPathPointTypeFlags

EmfPlusPathPointTypeFlags enumeration

The PathPointType flags specify type properties of points on graphics paths. These flags can be combined to specify multiple options.

[Flags]
public enum EmfPlusPathPointTypeFlags

Values

NameValueDescription
PathPointTypeDashMode1Specifies that a line segment that passes through the point is dashed.
PathPointTypePathMarker2Specifies that the point is a position marker.
PathPointTypeCloseSubpath8Specifies that the point is the endpoint of a subpath.

Remarks

Graphics paths are specified by EmfPlusPath objects.

See Also