ScreenHeight

Category: Window and Display

Back to System Functions


Signature

ScreenHeight()

Returns

Integer

Description

Returns the current virtual screen height configured by the most recent call to Graphics.

If Graphics has not been called yet, the result is 0.

Example

centerY = ScreenHeight() / 2