ARCed.Core.Win32.NativeMethods.SetWindowPos C# (CSharp) Method

SetWindowPos() private method

private SetWindowPos ( IntPtr hWnd, IntPtr hWndAfter, int x, int y, int width, int height, FlagsSetWindowPos flags ) : int
hWnd System.IntPtr
hWndAfter System.IntPtr
x int
y int
width int
height int
flags FlagsSetWindowPos
return int
        public static extern int SetWindowPos(IntPtr hWnd, IntPtr hWndAfter, int x, int y, int width, int height, FlagsSetWindowPos flags);