Aspose::Cells::Drawing::ShapePathPointCollection class

ShapePathPointCollection class

Represents all shape path points.

class ShapePathPointCollection

Methods

MethodDescription
Add(int32_t x, int32_t y)Adds a path point.
Get(int32_t index)Gets shape path point by index.
GetCount()
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator 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

FieldDescription
_implThe implementation object.

See Also