Display对象
优质
小牛编辑
147浏览
2023-12-01
id
数字-与显示相关联的唯一的标志符rotation
数字--可以是 0, 90, 180, 270, 代表屏幕旋转角度。scaleFactor
数字-输出设备的像素比例因子。touchSupport
字符串--可以是available
、unavailable
、unknown
。monochrome
Boolean - Whether or not the display is a monochrome display.accelerometerSupport
String - Can beavailable
,unavailable
,unknown
.colorSpace
String - represent a color space (three-dimensional object which contains all realizable color combinations) for the purpose of color conversionscolorDepth
Number - The number of bits per pixel.depthPerComponent
Number - The number of bits per color component.bounds
矩形size
尺寸workArea
矩形workAreaSize
尺寸internal
Boolean -true
for an internal display andfalse
for an external display
Display
对象表示一个连接到系统的物理显示。 一个伪 Display
可能存在于无图形界面(Gui)系统上, 或者 一个Display
可能与一个远程的虚拟显示相对应。
Display Object
id
Number - Unique identifier associated with the display.rotation
Number - Can be 0, 90, 180, 270, represents screen rotation in clock-wise degrees.scaleFactor
Number - Output device's pixel scale factor.touchSupport
String - Can beavailable
,unavailable
,unknown
.monochrome
Boolean - Whether or not the display is a monochrome display.accelerometerSupport
String - Can beavailable
,unavailable
,unknown
.colorSpace
String - represent a color space (three-dimensional object which contains all realizable color combinations) for the purpose of color conversionscolorDepth
Number - The number of bits per pixel.depthPerComponent
Number - The number of bits per color component.bounds
Rectanglesize
SizeworkArea
RectangleworkAreaSize
Sizeinternal
Boolean -true
for an internal display andfalse
for 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.