version 11 (Modified)
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.
If you omit the screen parameter, the command returns the coordinates of the main screen.
See Also
Count screens, Menu bar screen, SCREEN DEPTH.