ATMLUtilitiesLibrary.Win32.MoveWindow C# (CSharp) Method

MoveWindow() private method

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