[]
public static Win32.RECT FromXYWH(int x, int y, int width, int height)
Public Shared Function FromXYWH(x As Integer, y As Integer, width As Integer, height As Integer) As Win32.RECT
| Type | Name | Description |
|---|---|---|
| int | x | |
| int | y | |
| int | width | |
| int | height |
| Type | Description |
|---|---|
| Win32.RECT |