ShapePathType enumeration
ShapePathType enumeration
Represents path segment type.
The ShapePathType type exposes the following members:
Fields
| Field | Description |
|---|---|
| LINE_TO | Straight line segment |
| CUBIC_BEZIER_CURVE_TO | Cubic Bezier curve |
| MOVE_TO | Start a new path |
| CLOSE | If the starting POINT and the end POINT are not the same, a single straight line is drawn to connect the starting POINT and ending POINT of the path. |
| END | The end of the current path |
| ESCAPE | Escape |
| ARC_TO | An arc |
| UNKNOWN | Unknown |
See Also
- module
aspose.cells.drawing