---
title: "What are Screen objects ?"  
description: "What are Screen objects ?"  
author: "Anonymous User"  
published: 2019-08-30  
updated: 2020-09-17  
canonical: https://www.mindstick.com/interview/23566/what-are-screen-objects  
category: "javascript"  
tags: ["jquery", "javascript", "scripting language"]  
reading_time: 1 minute  

---

# What are Screen objects ?

Screen objects are used to read the information from the client's screen. The properties of screen objects are -

- AvailHeight: Gives the height of the client's screen
- AvailWidth: Gives the width of the client's screen.
- ColorDepth: Gives the bit depth of images on the client's screen
- Height: Gives the total height of the client's screen, including the taskbar
- Width: Gives the total width of the client's screen, including the taskbar

## Answers

### Answer by Anonymous User

Screen objects are used to read the information from the client's screen. The properties of screen objects are -

- AvailHeight: Gives the height of the client's screen
- AvailWidth: Gives the width of the client's screen.
- ColorDepth: Gives the bit depth of images on the client's screen
- Height: Gives the total height of the client's screen, including the taskbar
- Width: Gives the total width of the client's screen, including the taskbar


---

Original Source: https://www.mindstick.com/interview/23566/what-are-screen-objects

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
