CamTimer.NotifyForm.NativeMethods.SetWindowPos C# (CSharp) Method

SetWindowPos() private method

private SetWindowPos ( IntPtr hWnd, IntPtr hWndInsertAfter, int X, int Y, int cx, int cy, uint uFlags ) : bool
hWnd System.IntPtr
hWndInsertAfter System.IntPtr
X int
Y int
cx int
cy int
uFlags uint
return bool
            internal static extern bool SetWindowPos(IntPtr hWnd, IntPtr hWndInsertAfter, int X, int Y, int cx, int cy, uint uFlags);
NotifyForm.NativeMethods