Enum EmfPlusPathPointTypeEnum

Enum EmfPlusPathPointTypeEnum

Namespace: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts
Assembly: Aspose.Imaging.dll (25.4.0)

The PathPointType enumeration defines types of points on a graphics path.

public enum EmfPlusPathPointTypeEnum

Fields

PathPointTypeBezier = 3

Specifies that the point is an endpoint or control point of a cubic Bezier curve.

PathPointTypeLine = 1

Specifies that the point is one of the two endpoints of a line.

PathPointTypeStart = 0

Specifies that the point is the starting point of a path.

Remarks

Graphics path point types are specified by Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusPathPointType objects (section 2.2.2.31).