Aspose::Cells::Drawing::ShapeGuide class

ShapeGuide class

Encapsulates a shape guide specifies the presence of a shape guide that will be used to govern the geometry of the specified shape.

class ShapeGuide : public Aspose::Cells::Drawing::BaseShapeGuide

Methods

MethodDescription
BaseShapeGuide(BaseShapeGuide_Impl* impl)Constructs from an implementation object.
BaseShapeGuide(const BaseShapeGuide& src)Copy constructor.
GetValue()Gets or sets value of this guide.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const ShapeGuide& src)operator=
operator=(const BaseShapeGuide& src)operator=
SetValue(double value)Gets or sets value of this guide.
ShapeGuide(ShapeGuide_Impl* impl)Constructs from an implementation object.
ShapeGuide(const ShapeGuide& src)Copy constructor.
ShapeGuide(const BaseShapeGuide& src)Constructs from a parent object.
~BaseShapeGuide()Destructor.
~ShapeGuide()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also