Enum 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
Name | Value | Description |
---|---|---|
PathPointTypeDashMode | 1 | Specifies that a line segment that passes through the point is dashed. |
PathPointTypePathMarker | 2 | Specifies that the point is a position marker. |
PathPointTypeCloseSubpath | 8 | Specifies that the point is the endpoint of a subpath. |
Remarks
Graphics paths are specified by EmfPlusPath
objects.
See Also
- namespace Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts
- assembly Aspose.Imaging