[]
public RECT(Rectangle source)
Public Sub New(source As Rectangle)
| Type | Name | Description |
|---|---|---|
| Rectangle | source |
public RECT(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 |