Aspose::Cells::Drawing::ShapePathCollection class

ShapePathCollection class

Represents path collection information in NotPrimitive autoshape.

class ShapePathCollection

Methods

MethodDescription
Add()Add a creation path.
Get(int32_t index)Gets a creation path.
GetCount()Gets the count of paths.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const ShapePathCollection& src)operator=
ShapePathCollection(ShapePathCollection_Impl* impl)Constructs from an implementation object.
ShapePathCollection(const ShapePathCollection& src)Copy constructor.
~ShapePathCollection()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also