Esempio n. 1
0
 public static extern int GetClientRect(IntPtr hwnd, ref RECT lpRect);
Esempio n. 2
0
 public static extern bool RedrawWindow(IntPtr hWnd, ref RECT lprcUpdate, IntPtr hrgnUpdate, RedrawWindowFlags flags);
Esempio n. 3
0
 public static extern bool InvalidateRect(IntPtr hwnd, ref RECT rect, bool bErase);
Esempio n. 4
0
 public static extern bool ValidateRect(IntPtr hwnd, ref RECT rect);
Esempio n. 5
0
 public static extern int GetClientRect(IntPtr hwnd, ref RECT lpRect);