[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Finds a monitor from the screen coordinates.
Source position: winapih.inc line 200
public function TWidgetSet.MonitorFromPoint( |
ptScreenCoords: TPoint; |
dwFlags: DWord |
):HMONITOR; virtual; |
ptScreenCoords |
|
The point in screen coordinates. |
dwFlags |
|
How coordinates outside any monitor are handled, see MonitorFromPoint. |
Gets the monitor handle, or a value derived from Flags.
The return value contains the handle for the monitor, or a value determined using Flags when a monitor does not apply.
Version 4.0 | Generated 2025-05-03 | Home |