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