public final class PathCommandType
extends com.aspose.ms.System.Enum
Represents graphics path commands
| Modifier and Type | Field and Description |
|---|---|
static byte |
ArcTo
Appends the specified arc to the geometry path.
|
static byte |
Close
Closes geometry path
|
static byte |
CubicBezierTo
Appends cubic Bezier curve to the geometry path
|
static byte |
LineTo
Appends line to the geometry path
|
static byte |
MoveTo
Sets next point position of the geometry path
|
static byte |
QuadBezierTo
Appends quadratic Bezier curve to the geometry path
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toStringpublic static final byte Close
Closes geometry path
public static final byte MoveTo
Sets next point position of the geometry path
public static final byte LineTo
Appends line to the geometry path
public static final byte ArcTo
Appends the specified arc to the geometry path.
public static final byte QuadBezierTo
Appends quadratic Bezier curve to the geometry path
public static final byte CubicBezierTo
Appends cubic Bezier curve to the geometry path
Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.