class js.html.Screen

Available on js

Returns a reference to the screen object associated with the window.

Documentation for this class was provided by MDN.

Instance Fields

var availHeight: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:Int

Returns the first available pixel available from the left side of the screen.

var availTop:Int

Specifies the y-coordinate of the first pixel that is not allocated to permanent or semipermanent user interface features.

var availWidth:Int

Returns the amount of horizontal space in pixels available to the window.

var colorDepth:Int

Returns the color depth of the screen.

var height:Int

Returns the height of the screen in pixels.

var pixelDepth:Int

Gets the bit depth of the screen.

var width:Int

Returns the width of the screen.