Aspose::Cells::Drawing::Geometry class

Geometry class

Represents a geometric shape.

class Geometry

Methods

MethodDescription
Geometry(Geometry_Impl* impl)Constructs from an implementation object.
Geometry(const Geometry& src)Copy constructor.
GetShapeAdjustValues()Gets a collection of shape adjust value.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const Geometry& src)operator=
~Geometry()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also