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

Aspose.Imaging Version: 24.5.0

Members

Member nameDescription
PATH_POINT_TYPE_CLOSE_SUBPATHSpecifies that the point is the endpoint of a subpath.
PATH_POINT_TYPE_DASH_MODESpecifies that a line segment that passes through the point is dashed.
PATH_POINT_TYPE_PATH_MARKERSpecifies that the point is a position marker.