ATMLUtilitiesLibrary.Win32.MoveWindow C# (CSharp) Méthode

MoveWindow() private méthode

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
Résultat bool
        public static extern bool MoveWindow(IntPtr hwnd, int X, int Y, int nWidth, int nHeight, bool bRepaint);