SCREEN COORDINATES

4D - Documentation   Français   English   German   4th Dimension 2004, Command Theme List   4th Dimension 2004, Command Alphabetical List   4th Dimension 2004, Constant Theme List   Back   Previous   Next

version 6.0


SCREEN COORDINATES (left; top; right; bottom{; screen})

ParameterTypeDescription
leftLongintGlobal left coordinate of screen area
topLongintGlobal top coordinate of screen area
rightLongintGlobal right coordinate of screen area
bottomLongintGlobal bottom coordinate of screen area
screenLongintScreen 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.


4D - Documentation   Français   English   German   4th Dimension 2004, Command Theme List   4th Dimension 2004, Command Alphabetical List   4th Dimension 2004, Constant Theme List   Back   Previous   Next