Screen.Height (gb.sdl.image)
Syntax
STATIC
PROPERTY READ
Height
AS
Integer
Returns the Height of the opened screen. It will return zero if the screen isn't opened.
Example
Screen.Show(640, 480, 32) PRINT Screen.Height
480
See also
Show