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