Esempio n. 1
0
 public static extern bool InvalidateRect(IntPtr hWnd, ref GDI.RECT lpRect, bool bErase);
Esempio n. 2
0
 public static extern bool GetClientRect(IntPtr hWnd, out GDI.RECT lpRect);
Esempio n. 3
0
 public static extern bool GetWindowRect(IntPtr hWnd, out GDI.RECT lpRect);
Esempio n. 4
0
 public static extern int ScrollWindow(IntPtr hwnd, int cx, int cy,
                                       ref GDI.RECT rectScroll,
                                       ref GDI.RECT rectClip);