示例#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
     );