Aspose::Cells::Drawing::ShapePathPointCollection class
ShapePathPointCollection class
Represents all shape path points.
class ShapePathPointCollection
Methods
| Method | Description |
|---|---|
| Add(int32_t x, int32_t y) | (Deprecated) Adds a path point in unit of EMUs. |
| Get(int32_t index) | Gets shape path point by index. |
| GetCount() | |
| IsNull() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const ShapePathPointCollection& src) | operator= |
| ShapePathPointCollection() | Default constructor. |
| ShapePathPointCollection(ShapePathPointCollection_Impl* impl) | Constructs from an implementation object. |
| ShapePathPointCollection(const ShapePathPointCollection& src) | Copy constructor. |
| ~ShapePathPointCollection() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++