1.3 KiB
1.3 KiB
Display Object
idnumber - Unique identifier associated with the display.rotationnumber - Can be 0, 90, 180, 270, represents screen rotation in clock-wise degrees.scaleFactornumber - Output device's pixel scale factor.touchSupportstring - Can beavailable,unavailable,unknown.monochromeboolean - Whether or not the display is a monochrome display.accelerometerSupportstring - Can beavailable,unavailable,unknown.colorSpacestring - represent a color space (three-dimensional object which contains all realizable color combinations) for the purpose of color conversionscolorDepthnumber - The number of bits per pixel.depthPerComponentnumber - The number of bits per color component.displayFrequencynumber - The display refresh rate.boundsRectangle - the bounds of the display in DIP points.sizeSizeworkAreaRectangle - the work area of the display in DIP points.workAreaSizeSizeinternalboolean -truefor an internal display andfalsefor an external display
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.