Screen
EventTarget → js.html.Screen (extern class)
The Screen
interface represents a screen, usually the one on which the current window is being rendered, and is obtained using window.screen
.
Documentation Screen by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
Instance Members
availWidth: Int
availHeight: Int
width: Int
height: Int
colorDepth: Int
pixelDepth: Int
top: Int
left: Int
availTop: Int
availLeft: Int
orientation: ScreenOrientation