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