Example #1
0
 public IntPtr DeferWindowPos(IntPtr hWinPosInfo, IntPtr hWndInsertAfter, int x, int y, int cx, int cy, uint uFlags)
 {
     return(User32APIs.DeferWindowPos(Hwnd, hWinPosInfo, hWndInsertAfter, x, y, cx, cy, uFlags));
 }