コード例 #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);