Catel.Windows.WindowExtensions.SetWindowPos C# (CSharp) Method

SetWindowPos() private method

private SetWindowPos ( IntPtr hwnd, IntPtr hwndInsertAfter, int x, int y, int width, int height, uint flags ) : bool
hwnd System.IntPtr
hwndInsertAfter System.IntPtr
x int
y int
width int
height int
flags uint
return bool
        static extern bool SetWindowPos(IntPtr hwnd, IntPtr hwndInsertAfter, int x, int y, int width, int height, uint flags);