Display Object 
- accelerometerSupportstring - Can be- available,- unavailable,- unknown.
- boundsRectangle - the bounds of the display in DIP points.
- colorDepthnumber - The number of bits per pixel.
- colorSpacestring - represent a color space (three-dimensional object which contains all realizable color combinations) for the purpose of color conversions.
- depthPerComponentnumber - The number of bits per color component.
- detectedboolean - `true`` if the display is detected by the system.
- displayFrequencynumber - The display refresh rate.
- idnumber - Unique identifier associated with the display. A value of of -1 means the display is invalid or the correct- idis not yet known, and a value of -10 means the display is a virtual display assigned to a unified desktop.
- internalboolean -- truefor an internal display and- falsefor an external display.
- labelstring - User-friendly label, determined by the platform.
- maximumCursorSizeSize - Maximum cursor size in native pixels.
- nativeOriginPoint - Returns the display's origin in pixel coordinates. Only available on windowing systems like X11 that position displays in pixel coordinates.
- rotationnumber - Can be 0, 90, 180, 270, represents screen rotation in clock-wise degrees.
- scaleFactornumber - Output device's pixel scale factor.
- touchSupportstring - Can be- available,- unavailable,- unknown.
- monochromeboolean - Whether or not the display is a monochrome display.
- sizeSize
- workAreaRectangle - the work area of the display in DIP points.
- workAreaSizeSize - The size of the work area.
The Display object represents a physical display connected to the system. A fake Display may exist on a headless system, or a Display may correspond to a remote, virtual display.