Aspose::Cells::Drawing::Bevel class

Bevel class

Represents a bevel of a shape.

class Bevel

Methods

MethodDescription
Bevel(Bevel_Impl* impl)Constructs from an implementation object.
Bevel(const Bevel& src)Copy constructor.
GetHeight()Gets and sets the height of the bevel, or how far above the shape it is applied. In unit of Points.
GetType()Gets and sets the preset bevel type.
GetWidth()Gets and sets the width of the bevel, or how far into the shape it is applied. In unit of Points.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const Bevel& src)operator=
SetHeight(double value)Gets and sets the height of the bevel, or how far above the shape it is applied. In unit of Points.
SetType(BevelPresetType value)Gets and sets the preset bevel type.
SetWidth(double value)Gets and sets the width of the bevel, or how far into the shape it is applied. In unit of Points.
~Bevel()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also