'Usage Dim width As Single Dim height As Single Dim instance As New CircleBevel(width, height)
Parameters
- width
- Width of the bevel.
- height
- Height of the bevel.
'Usage Dim width As Single Dim height As Single Dim instance As New CircleBevel(width, height)
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | width is less than zero or greater than 1584. |
System.ArgumentOutOfRangeException | height is less than zero or greater than 1584. |