SidebarLibrary.Win32.WindowsAPI.MoveWindow C# (CSharp) Method

MoveWindow() private method

private MoveWindow ( IntPtr hWnd, int x, int y, int width, int height, bool repaint ) : bool
hWnd System.IntPtr
x int
y int
width int
height int
repaint bool
return bool
		public static extern bool MoveWindow(IntPtr hWnd, int x, int y, int width, int height, bool repaint);
		[DllImport("User32.dll", CharSet=CharSet.Auto)]