BlockStudio.CustomControls.MessageBoxEx.MoveWindow C# (CSharp) Method

MoveWindow() private method

private MoveWindow ( IntPtr hWnd, int X, int Y, int nWidth, int nHeight, bool bRepaint ) : int
hWnd System.IntPtr
X int
Y int
nWidth int
nHeight int
bRepaint bool
return int
        private static extern int MoveWindow(IntPtr hWnd, int X, int Y, int nWidth, int nHeight, bool bRepaint);