Aspose::Cells::Drawing::ShapePathPoint class

ShapePathPoint class

Represents an x-y coordinate within the path coordinate space.

class ShapePathPoint

Methods

MethodDescription
GetX()Gets and sets x coordinate for this position coordinate.
GetY()Gets y coordinate for this position coordinate.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator 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

FieldDescription
_implThe implementation object.

See Also