Type Number Library display.* Revision Current Public Release (2018.3326) Keywords actualContentHeight, content height See also display.actualContentWidth display.safeActualContentHeight
The height in Corona content units of the screen. The result depends on the scale
setting in config.lua
. See the Project Configuration guide for more information.
For letterbox
scale, returns the content height, including the letterbox area.
For zoomEven
scale, returns a value matching the display.viewableContentHeight property.
print ( display.actualContentHeight ) |