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