[]
Initializes a new instance of a Corners object.
public Corners(int leftTop, int rightTop, int leftBottom, int rightBottom)
Public Sub New(leftTop As Integer, rightTop As Integer, leftBottom As Integer, rightBottom As Integer)
| Type | Name | Description |
|---|---|---|
| int | leftTop | Radius of the left top corner, in pixels. |
| int | rightTop | Radius of the right top corner, in pixels. |
| int | leftBottom | Radius of the left bottom corner, in pixels. |
| int | rightBottom | Radius of the right bottom corner, in pixels. |
Initializes a new instance of a Corners object.
public Corners(int radius)
Public Sub New(radius As Integer)
| Type | Name | Description |
|---|---|---|
| int | radius | Radius of all corners, in pixels. |