Example #1
0
 public static extern IntPtr RealChildWindowFromPoint(IntPtr hwndParent, POINT ptParentClientCoords);
Example #2
0
 public static extern bool ScreenToClient(IntPtr hWnd, ref POINT lpPoint);
Example #3
0
 public static extern IntPtr WindowFromPhysicalPoint(POINT pt);
Example #4
0
 public static extern bool GetCursorPos(out POINT lpPoint);
Example #5
0
 public static extern IntPtr ChildWindowFromPointEx(IntPtr hWndParent, POINT pt, ChildWindowFromPointExFlags uFlags);
Example #6
0
 public static extern bool ClientToScreen(IntPtr hWnd, ref POINT lpPoint);
Example #7
0
 public static extern IntPtr WindowFromPoint(POINT Point);
Example #8
0
 public static extern IntPtr ChildWindowFromPoint(IntPtr hWndParent, POINT Point);
Example #9
0
 public static extern unsafe bool GetCursorPos(POINT* lpPoint);
Example #10
0
 public static extern bool LogicalToPhysicalPoint(IntPtr hwnd, ref POINT lpPoint);
Example #11
0
 public static extern bool LogicalToPhysicalPointForPerMonitorDPI(IntPtr hwnd, ref POINT lpPoint);
Example #12
0
 public static extern IntPtr MonitorFromPoint(POINT point, int flags);
Example #13
0
 public static extern IntPtr MonitorFromPoint(POINT pt, MonitorOptions dwFlags);