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