[]
public static extern bool SetWindowPos(nint hWnd, nint hWndInsertAfter, int x, int y, int cx, int cy, uint uFlags)
| Type | Name | Description |
|---|---|---|
| nint | hWnd | |
| nint | hWndInsertAfter | |
| int | x | |
| int | y | |
| int | cx | |
| int | cy | |
| uint | uFlags |
| Type | Description |
|---|---|
| bool |
public static extern bool SetWindowPos(nint hWnd, int hWndInsertAfter, int X, int Y, int cx, int cy, uint uFlags)
| Type | Name | Description |
|---|---|---|
| nint | hWnd | |
| int | hWndInsertAfter | |
| int | X | |
| int | Y | |
| int | cx | |
| int | cy | |
| uint | uFlags |
| Type | Description |
|---|---|
| bool |