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