Forex_Strategy_Builder.WinApi.SetWindowPos C# (CSharp) Method

SetWindowPos() private method

private SetWindowPos ( IntPtr hwnd, IntPtr hwndInsertAfter, int X, int Y, int width, int height, uint flags ) : void
hwnd System.IntPtr
hwndInsertAfter System.IntPtr
X int
Y int
width int
height int
flags uint
return void
        public static extern void SetWindowPos(IntPtr hwnd, IntPtr hwndInsertAfter,
            int X, int Y, int width, int height, uint flags);