private static extern bool SetWindowPos(IntPtr hWnd,
                                         IntPtr hWndInsertAfter,
                                         int x,
                                         int y,
                                         int width,
                                         int height,
                                         Swp uFlags
                                         );
 public static extern IntPtr SetWindowPos(IntPtr hWnd, IntPtr hWndInsertAfter, int x, int Y, int cx, int cy, Swp wFlags);
   private static extern bool SetWindowPos(IntPtr hWnd,
     IntPtr hWndInsertAfter,
     int x,
     int y,
     int width,
     int height,
     Swp uFlags
 );