Exemplo n.º 1
0
 static extern bool GetUpdateRect( HandleRef hWnd, out RECT rect, bool bErase );
Exemplo n.º 2
0
 public static extern bool PtInRect(
     ref RECT lprc,
     POINT pt
     );
Exemplo n.º 3
0
 public static extern bool ValidateRect( IntPtr hWnd, ref RECT lpRect );
Exemplo n.º 4
0
 public static extern bool GetClientRect(
     HandleRef hWnd,
     out RECT lpRect
     );