Enum EmfPlusPathPointTypeFlags
The PathPointType flags specify type properties of points on graphics paths. These flags can be combined to specify multiple options.
[Flags]
public enum EmfPlusPathPointTypeFlags
Fields
PathPointTypeCloseSubpath = 8
Specifies that the point is the endpoint of a subpath.
PathPointTypeDashMode = 1
Specifies that a line segment that passes through the point is dashed.
PathPointTypePathMarker = 2
Specifies that the point is a position marker.
Remarks
Graphics paths are specified by EmfPlusPath objects.