Bevel Class
Contents
[
Hide
]Bevel class
Represents a bevel of a shape
type Bevel struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetWidth | Gets and sets the width of the bevel, or how far into the shape it is applied.In unit of Points. |
SetWidth | Gets and sets the width of the bevel, or how far into the shape it is applied.In unit of Points. |
GetHeight | Gets and sets the height of the bevel, or how far above the shape it is applied.In unit of Points. |
SetHeight | 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. |
SetType | Gets and sets the preset bevel type. |