EmfPlusPathPointTypeEnum

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class EmfPlusPathPointTypeEnum extends System.Enum

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


Graphics path point types are specified by EmfPlusPathPointType objects (section 2.2.2.31).

Fields

FieldDescription
PathPointTypeStartSpecifies that the point is the starting point of a path.
PathPointTypeLineSpecifies that the point is one of the two endpoints of a line.
PathPointTypeBezierSpecifies that the point is an endpoint or control point of a cubic Bezier curve.

PathPointTypeStart

public static final int PathPointTypeStart

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

PathPointTypeLine

public static final int PathPointTypeLine

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

PathPointTypeBezier

public static final int PathPointTypeBezier

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