Aspose::Cells::Drawing::CustomGeometry class

CustomGeometry class

Represents a custom geometric shape.

class CustomGeometry : public Aspose::Cells::Drawing::Geometry

Methods

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

Fields

FieldDescription
_implThe implementation object.

See Also