[]
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)
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. |