Aspose::Cells::Drawing::ShapeSegmentPathCollection class
Contents
[
Hide
]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. |
| begin() | Returns an iterator to the beginning of the ShapeSegmentPathCollection. |
| end() | Returns an iterator to the end of the ShapeSegmentPathCollection. |
| Get(int32_t index) | Gets ShapeSegmentPath object. |
| GetCount() | Gets the number of elements contained in the instance. |
| 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++