Aspose::Cells::Drawing::ShapePathPoint class
Contents
[
Hide
]ShapePathPoint class
Represents an x-y coordinate within the path coordinate space.
class ShapePathPoint
Methods
Method | Description |
---|---|
GetX() | Gets and sets x coordinate for this position coordinate. |
GetY() | Gets y coordinate for this position coordinate. |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const ShapePathPoint& src) | operator= |
SetX(int32_t value) | Gets and sets x coordinate for this position coordinate. |
SetY(int32_t value) | Gets y coordinate for this position coordinate. |
ShapePathPoint(ShapePathPoint_Impl* impl) | Constructs from an implementation object. |
ShapePathPoint(const ShapePathPoint& src) | Copy constructor. |
~ShapePathPoint() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++