Aspose::Cells::Drawing::ShapePath class

ShapePath class

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

class ShapePath

Methods

MethodDescription
GetPathSegementList()Gets ShapeSegmentPathCollection list.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const ShapePath& src)operator=
ShapePath()Initializes a new instance of the ShapePath class.
ShapePath(ShapePath_Impl* impl)Constructs from an implementation object.
ShapePath(const ShapePath& src)Copy constructor.
~ShapePath()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also