PathCommandType enumeration
PathCommandType enumeration
Represents graphics path commands
The PathCommandType type exposes the following members:
Fields
| Field | Description |
|---|---|
| CLOSE | Closes geometry path |
| MOVE_TO | Sets next point position of the geometry path |
| LINE_TO | Appends line to the geometry path |
| ARC_TO | Appends the specified arc to the geometry path. |
| QUAD_BEZIER_TO | Appends quadratic Bezier curve to the geometry path |
| CUBIC_BEZIER_TO | Appends cubic Bezier curve to the geometry path |
See Also
- module
aspose.slides - library
Aspose.Slides