[]
Creates a circular bevel with width of 6 points and a height of 6 points.
public CircleBevel()
Public Sub New()
Creates a circular bevel.
public CircleBevel(float width, float height)
Public Sub New(width As Single, height As Single)
| Type | Name | Description |
|---|---|---|
| float | width | Width of the bevel. |
| float | height | Height of the bevel. |
Width is measured in points.
| Type | Condition |
|---|---|
| ArgumentOutOfRangeException | width is less than zero or greater than 1584. |
| ArgumentOutOfRangeException | height is less than zero or greater than 1584. |