2.1.2.6 PathPointType Flags
The PathPointType flags specify type properties of points on graphics paths. These flags can be combined to specify multiple options.
Constant/value |
Description |
---|---|
PathPointTypeDashMode 0x01 |
A line segment that passes through the point is dashed. |
PathPointTypePathMarker 0x02 |
The point is a position marker. |
PathPointTypeCloseSubpath 0x08 |
The point is the endpoint of a subpath. |
Graphics paths are specified by EmfPlusPath objects.
See section 2.1.2 for the specification of additional bit flags.