[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Find the monitor containing the given screen coordinates.
Source position: forms.pp line 1133
public function TScreen.MonitorFromPoint( |
const Point: TPoint; |
MonitorDefault: TMonitorDefaultTo = mdNearest |
):TMonitor; |
Point |
|
The screen coordinates to find. |
MonitorDefault |
|
What to return when no monitor was found. |
The monitor found.
|
Find the monitor containing (most of) the given screen coordinates. |
lazarus-ccr.sourceforge.net |