Enum EmfPlusPathPointTypeFlags
Enum EmfPlusPathPointTypeFlags
Namespace: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts
Assembly: Aspose.Imaging.dll (25.2.0)
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 Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusPath objects.