PathPointType

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

public final class PathPointType extends System.Enum

Specifies the type of point in a GraphicsPath object.

Fields

FieldDescription
StartThe starting point of a GraphicsPath object.
LineA line segment.
BezierA default Bzier curve.
PathTypeMaskA mask point.
DashModeThe corresponding segment is dashed.
PathMarkerA path marker.
CloseSubpathThe endpoint of a subpath.
Bezier3A cubic Bzier curve.

Start

public static final int Start

The starting point of a GraphicsPath object.

Line

public static final int Line

A line segment.

Bezier

public static final int Bezier

A default Bzier curve.

PathTypeMask

public static final int PathTypeMask

A mask point.

DashMode

public static final int DashMode

The corresponding segment is dashed.

PathMarker

public static final int PathMarker

A path marker.

CloseSubpath

public static final int CloseSubpath

The endpoint of a subpath.

Bezier3

public static final int Bezier3

A cubic Bzier curve.