Table of Contents

Enum EmfPlusPathPointTypeEnum

Namespace
Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts
Assembly
Aspose.Imaging.dll

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 EmfPlusPathPointType objects (section 2.2.2.31).