Aspose::Cells::Drawing::BaseShapeGuide class

BaseShapeGuide class

Represents the shape guide.

class BaseShapeGuide

Methods

MethodDescription
BaseShapeGuide(BaseShapeGuide_Impl* impl)Constructs from an implementation object.
BaseShapeGuide(const BaseShapeGuide& src)Copy constructor.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const BaseShapeGuide& src)operator=
~BaseShapeGuide()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also