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

Aspose.Imaging Version: 24.6.0

Members

Member nameDescription
PATH_POINT_TYPE_BEZIERSpecifies that the point is an endpoint or control point of a cubic Bezier curve.
PATH_POINT_TYPE_LINESpecifies that the point is one of the two endpoints of a line.
PATH_POINT_TYPE_STARTSpecifies that the point is the starting point of a path.