Screen.getHeight

Gets the height of screen in pixels. The returned size is in ”application pixels”, not in ”device pixels” (see Screen.getMonitorScaleFactor).

More...
class Screen
int
getHeight
()

Return Value

Type: int

the height of screen in pixels.

Detailed Description

Deprecated: Use per-monitor information instead

Meta