Aspose::Cells::Drawing::ShapeSegmentPathCollection class

ShapeSegmentPathCollection class

Represents a creation path consisting of a series of moves, lines and curves that when combined will form a geometric shape.

class ShapeSegmentPathCollection

Methods

MethodDescription
Add(ShapePathType type)Add a segment path in creation path.
Get(int32_t index)Gets ShapeSegmentPath object.
GetCount()
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const ShapeSegmentPathCollection& src)operator=
ShapeSegmentPathCollection()Default constructor.
ShapeSegmentPathCollection(ShapeSegmentPathCollection_Impl* impl)Constructs from an implementation object.
ShapeSegmentPathCollection(const ShapeSegmentPathCollection& src)Copy constructor.
~ShapeSegmentPathCollection()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also