Aspose::Cells::Drawing::CustomGeometry class
Contents
[
Hide
]CustomGeometry class
Represents a custom geometric shape.
class CustomGeometry : public Aspose::Cells::Drawing::Geometry
Methods
| Method | Description |
|---|---|
| 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() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const CustomGeometry& src) | operator= |
| operator=(const Geometry& src) | operator= |
| ~CustomGeometry() | Destructor. |
| ~Geometry() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Class Geometry
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++