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