SCREEN_Y

SCREEN_Y

RETURNS THE SCREEN HEIGHT IN PIXELS

  • Type: System Variable
  • Parameter: 0
  • Group: System

ACTION

The system variable SCREEN_Y returns the screen height expressed in pixels.

SYNTAX: SCREEN_Y in an expression

USE

  • The system variable SCREEN_Y is used to know the size of the screen on the y-coordinate (height).

ERROR

  • None.

EXAMPLE

print "screen width : ";screen_x

print "screen height : ";screen_y

SEE ALSO

SCREEN_X