Esempio n. 1
0
 public static extern int ScrollWindowEx(IntPtr hWnd, int dx, int dy, ref RECT rcScroll, ref RECT rcClip, IntPtr UpdateRegion, ref RECT rcInvalidated, uint flags);
Esempio n. 2
0
 public static extern bool GetWindowRect(IntPtr hWnd, ref RECT rect);
Esempio n. 3
0
 public static extern int GetClientRect(IntPtr hWnd, ref RECT rc);
Esempio n. 4
0
 public static extern bool GetMenuItemRect(IntPtr hWnd, IntPtr hMenu, uint Item, ref RECT rc);
Esempio n. 5
0
 public static extern int FillRect(IntPtr hDC, ref RECT rect, IntPtr hBrush);