version 6.0
SCREEN COORDINATES (left; top; right; bottom{; screen})
Parameter | Type | Description | |
left | Longint | Global left coordinate of screen area | |
top | Longint | Global top coordinate of screen area | |
right | Longint | Global right coordinate of screen area | |
bottom | Longint | Global bottom coordinate of screen area | |
screen | Longint | Screen number, or main screen if omitted |
Description
The SCREEN COORDINATES command returns in left, top, right, and bottom the global coordinates of the screen specified by screen.
On Windows
Usually, you will not pass the screen parameter.
On Macintosh
If you omit the screen parameter, the command returns the coordinates of the main screen, the screen where the menu bar is displayed.
See Also
Count screens, Menu bar screen, SCREEN DEPTH.