Ejemplo n.º 1
0
 public bool SetWindowPos(IntPtr hWnd, IntPtr hWndInsertAfter, int X, int Y, int cx, int cy, SetWindowPosFlags uFlags)
 {
     return(PInvoker.SetWindowPos(hWnd, hWndInsertAfter, X, Y, cx, cy, uFlags));
 }