Screen
Name | Description | Returns |
---|---|---|
availHeight | The pixel height of the screen minus system elements such as toolbar (read only) | number |
availWidth | The pixel width of the screen minus system elements such as toolbar(read only) | number |
colorDepth | The number of bits used to represent colors; for most systems, 32 (read only) | number |
height | Returns the pixel height of the screen. | number |
width | Returns the pixel width of the screen. | number |