[]
Initializes a new instance of the RectL struct.
public RectL(int width, int height)
Public Sub New(width As Integer, height As Integer)
| Type | Name | Description |
|---|---|---|
| int | width | |
| int | height |
Initializes a new instance of the RectL struct.
public RectL(int x, int y, int width, int height)
Public Sub New(x As Integer, y As Integer, width As Integer, height As Integer)
| Type | Name | Description |
|---|---|---|
| int | x | |
| int | y | |
| int | width | |
| int | height |
Initializes a new instance of the RectL struct.
public RectL(Rectangle rc)
Public Sub New(rc As Rectangle)
| Type | Name | Description |
|---|---|---|
| Rectangle | rc |