Aspose::Cells::Drawing::ShapePathType enum

ShapePathType enum

Represents path segment type.

enum class ShapePathType

Values

NameValueDescription
LineTo0
Straight line segment.
CubicBezierCurveTo1
Cubic Bezier curve.
MoveTo2
Start a new path.
Close3
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.
End4
The end of the current path.
Escape5
Escape.
ArcTo6
An arc.
Unknown7
Unknown.

See Also