[]
        
(Showing Draft Content)

C1.Util.Win.Win32.MoveWindow

MoveWindow Method

MoveWindow(IntPtr, int, int, int, int, bool)

Declaration
public static extern bool MoveWindow(IntPtr hWnd, int X, int Y, int nWidth, int nHeight, bool bRepaint)
Parameters
Type Name Description
IntPtr hWnd
int X
int Y
int nWidth
int nHeight
bool bRepaint
Returns
Type Description
bool