PathCommandType

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

public final class PathCommandType extends System.Enum

Represents graphics path commands

Fields

FieldDescription
CloseCloses geometry path
MoveToSets next point position of the geometry path
LineToAppends line to the geometry path
ArcToAppends the specified arc to the geometry path.
QuadBezierToAppends quadratic Bezier curve to the geometry path
CubicBezierToAppends cubic Bezier curve to the geometry path

Close

public static final byte Close

Closes geometry path

MoveTo

public static final byte MoveTo

Sets next point position of the geometry path

LineTo

public static final byte LineTo

Appends line to the geometry path

ArcTo

public static final byte ArcTo

Appends the specified arc to the geometry path.

QuadBezierTo

public static final byte QuadBezierTo

Appends quadratic Bezier curve to the geometry path

CubicBezierTo

public static final byte CubicBezierTo

Appends cubic Bezier curve to the geometry path