Aspose::Cells::Drawing::ShapeSegmentPathCollection class
ShapeSegmentPathCollection class
Represents a creation path consisting of a series of moves, lines and curves that when combined will form a geometric shape.
class ShapeSegmentPathCollection
Methods
| Method | Description |
|---|---|
| Add(ShapePathType type) | Add a segment path in creation path. |
| Get(int32_t index) | Gets ShapeSegmentPath object. |
| GetCount() | |
| IsNull() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const ShapeSegmentPathCollection& src) | operator= |
| ShapeSegmentPathCollection() | Default constructor. |
| ShapeSegmentPathCollection(ShapeSegmentPathCollection_Impl* impl) | Constructs from an implementation object. |
| ShapeSegmentPathCollection(const ShapeSegmentPathCollection& src) | Copy constructor. |
| ~ShapeSegmentPathCollection() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++