CodeProject.Win32API.USER32.MoveWindow C# (CSharp) Метод

MoveWindow() приватный Метод

private MoveWindow ( IntPtr hWnd, int x, int y, int w, int h, int repaint ) : int
hWnd System.IntPtr
x int
y int
w int
h int
repaint int
Результат int
		internal static extern int MoveWindow(IntPtr hWnd, int x, int y, int w, int h, int repaint);