Aspose::Cells::Drawing::ShapePathPointValueType enum
ShapePathPointValueType enum
Specifies the value type of ShapePathPoint object.
enum class ShapePathPointValueType
Values
| Name | Value | Description |
|---|---|---|
| Position | 0 | Specifies the type of the object is location coordinates. The ShapePathPoint object stores the coordinate values of a point. |
| Angle | 1 | Specifies the type of the object is angle markers. The ShapePathPoint object stores the start and end angles of the arc. |
See Also
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++