EmfPlusPathPointTypeEnum Enumeration
The PathPointType enumeration defines types of points on a graphics path.
Module: aspose.imaging.fileformats.emf.emfplus.consts
Full Name: aspose.imaging.fileformats.emf.emfplus.consts.EmfPlusPathPointTypeEnum
Members
Member name | Description |
---|---|
PATH_POINT_TYPE_BEZIER | Specifies that the point is an endpoint or control point of a cubic Bezier curve. |
PATH_POINT_TYPE_LINE | Specifies that the point is one of the two endpoints of a line. |
PATH_POINT_TYPE_START | Specifies that the point is the starting point of a path. |