|
GetScreenHeight | ||
Height = GetScreenHeight() | ||
Parameters: NONE | ||
Returns: Height = The height (in pixels) of the graphics area of the screen |
||
GetScreenHeight() returns the current height in pixels of the display area of the screen. FACTS: * When in windowed mode, the returned height will not include the window boarders, just the pixel area. Mini Tutorial: Display the current width/height/depth and type of the screen currently in use.
Since PlayBASIC default screen settings are 800,600,16,1 the above code will output.
Note: Since it's running windowed mode, it might not have a screen depth of 16. |
Related Info: | GetScreenDepth | GetScreenType | GetScreenWidth | GetSurfaceHeight | GetSurfaceWidth | OpenScreen : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |