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