Enum ShapePathType

Enum ShapePathType

Namespace: Aspose.Cells.Drawing
Assembly: Aspose.Cells.dll (25.2.0)

Represents path segment type.

public enum ShapePathType

Fields

ArcTo = 6

An arc

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.

CubicBezierCurveTo = 1

Cubic Bezier curve

End = 4

The end of the current path

Escape = 5

Escape

LineTo = 0

Straight line segment

MoveTo = 2

Start a new path

Unknown = 7

Unknown