Catel.Windows.WindowExtensions.SetWindowPos C# (CSharp) Метод

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

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
Результат bool
        static extern bool SetWindowPos(IntPtr hwnd, IntPtr hwndInsertAfter, int x, int y, int width, int height, uint flags);