Aspose::Cells::Drawing::ShapePathType enum

ShapePathType enum

Represents path segment type.

enum class ShapePathType

Values

NameValueDescription
LineTo1
Straight line segment.
CubicBezierCurveTo3
Cubic Bezier curve.
MoveTo0
Start a new path.
Close128
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