MoveWindow Method (Win32)
In This Topic
Syntax
'Declaration
Public Shared Function MoveWindow( _
ByVal As IntPtr, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Boolean _
) As Boolean
public static bool MoveWindow(
IntPtr ,
int ,
int ,
int ,
int ,
bool
)
Parameters
- hWnd
- X
- Y
- nWidth
- nHeight
- bRepaint
See Also