EmfPlusPathPointTypeFlags Enumeration
The PathPointType flags specify type properties of points on graphics paths. These flags can be combined to specify multiple options.
Module: aspose.imaging.fileformats.emf.emfplus.consts
Full Name: aspose.imaging.fileformats.emf.emfplus.consts.EmfPlusPathPointTypeFlags
Members
Member name | Description |
---|---|
PATH_POINT_TYPE_CLOSE_SUBPATH | Specifies that the point is the endpoint of a subpath. |
PATH_POINT_TYPE_DASH_MODE | Specifies that a line segment that passes through the point is dashed. |
PATH_POINT_TYPE_PATH_MARKER | Specifies that the point is a position marker. |