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