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