Example #1
0
 public static extern IntPtr WindowFromPoint(
     POINT point
     );
Example #2
0
 public static extern bool PtInRect(
     ref RECT lprc,
     POINT pt
     );
Example #3
0
 public static extern bool ScreenToClient(
     HandleRef hWnd,
     ref POINT lpPoint
     );
Example #4
0
 public static extern bool GetCursorPos(out POINT lpPoint);