Aspose::Cells::Drawing::BaseShapeGuide class
BaseShapeGuide class
Represents the shape guide.
class BaseShapeGuide
Methods
Method | Description |
---|---|
BaseShapeGuide(BaseShapeGuide_Impl* impl) | Constructs from an implementation object. |
BaseShapeGuide(const BaseShapeGuide& src) | Copy constructor. |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const BaseShapeGuide& src) | operator= |
~BaseShapeGuide() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++