Method VirtualScreen():getPhysicalScreenFromPos() Foundation

Get the physical screen containing a certain point.

Syntax
:getPhysicalScreenFromPos( <aPos> ) --> oScreen
Parameters
<aPos>
An array with the x and y coordinate of the point.
Return

A PhysicalScreen object, or NIL if the point is outside the virtual screen.

Description

The function :getPhysicalScreenFromPos() returns a PhysicalScreen object representing the physical screen containing the specified point. The object provides further information about the physical screen.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.