Aspose::Cells::Drawing::ShapePathType enum
ShapePathType enum
Represents path segment type.
enum class ShapePathType
Values
Name | Value | Description |
---|---|---|
LineTo | 0 | Straight line segment. |
CubicBezierCurveTo | 1 | Cubic Bezier curve. |
MoveTo | 2 | Start a new path. |
Close | 3 | 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 | 4 | The end of the current path. |
Escape | 5 | Escape. |
ArcTo | 6 | An arc. |
Unknown | 7 | Unknown. |
See Also
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++