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
Field | Description |
---|---|
Close | Closes geometry path |
MoveTo | Sets next point position of the geometry path |
LineTo | Appends line to the geometry path |
ArcTo | Appends the specified arc to the geometry path. |
QuadBezierTo | Appends quadratic Bezier curve to the geometry path |
CubicBezierTo | Appends 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