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