Пример #1
0
 private static bool TxClientToScreen(IntPtr pThis, ref tagPOINT lppt) => GetHost(pThis).TxClientToScreen(ref lppt);
Пример #2
0
 public static extern bool GetCursorPos(ref tagPOINT pt);
Пример #3
0
 public static extern bool ScreenToClient(IntPtr hwnd, ref tagPOINT pt);
Пример #4
0
 public static extern bool ClientToScreen(IntPtr hwnd, ref tagPOINT pt);
Пример #5
0
 public static extern IntPtr WindowFromPoint(tagPOINT point);