Aspose::Cells::Drawing::Geometry class
Geometry class
Represents a geometric shape.
class Geometry
Methods
| Method | Description |
|---|---|
| Geometry(Geometry_Impl* impl) | Constructs from an implementation object. |
| Geometry(const Geometry& src) | Copy constructor. |
| GetShapeAdjustValues() | Gets a collection of shape adjust value. |
| IsNull() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const Geometry& src) | operator= |
| ~Geometry() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++