Bevel Class

Bevel class

Represents a bevel of a shape


type Bevel struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetWidthGets and sets the width of the bevel, or how far into the shape it is applied.In unit of Points.
SetWidthGets and sets the width of the bevel, or how far into the shape it is applied.In unit of Points.
GetHeightGets and sets the height of the bevel, or how far above the shape it is applied.In unit of Points.
SetHeightGets and sets the height of the bevel, or how far above the shape it is applied.In unit of Points.
GetTypeGets and sets the preset bevel type.
SetTypeGets and sets the preset bevel type.