BrowserTools.Utils.SetWindowPos C# (CSharp) Метод

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

private SetWindowPos ( IntPtr hWnd, IntPtr hWndInsertAfter, int x, int y, int width, int height, uint uFlags ) : bool
hWnd System.IntPtr
hWndInsertAfter System.IntPtr
x int
y int
width int
height int
uFlags uint
Результат bool
        static extern bool SetWindowPos(IntPtr hWnd, IntPtr hWndInsertAfter, int x, int y, int width, int height, uint uFlags);