[]
public static extern bool MoveWindow(IntPtr hWnd, int X, int Y, int nWidth, int nHeight, bool bRepaint)
Public Shared Function MoveWindow(hWnd As IntPtr, X As Integer, Y As Integer, nWidth As Integer, nHeight As Integer, bRepaint As Boolean) As Boolean
| Type | Name | Description |
|---|---|---|
| IntPtr | hWnd | |
| int | X | |
| int | Y | |
| int | nWidth | |
| int | nHeight | |
| bool | bRepaint |
| Type | Description |
|---|---|
| bool |