Haxe API Documentation
Back | Index
extern class js.html.Screen
Available in js
Returns a reference to the screen object associated with the window.

Documentation for this class was provided by MDN.
var availHeight(default,null) : Int
Specifies the height of the screen, in pixels, minus permanent or semipermanent user interface features displayed by the operating system, such as the Taskbar on Windows.
var availLeft(default,null) : Int
Returns the first available pixel available from the left side of the screen.
var availTop(default,null) : Int
Specifies the y-coordinate of the first pixel that is not allocated to permanent or semipermanent user interface features.
var availWidth(default,null) : Int
Returns the amount of horizontal space in pixels available to the window.
var colorDepth(default,null) : Int
Returns the color depth of the screen.
var height(default,null) : Int
Returns the height of the screen in pixels.
var pixelDepth(default,null) : Int
Gets the bit depth of the screen.
var width(default,null) : Int
Returns the width of the screen.
Back | Index