提交 8d332076 编写于 作者: X xpeng

fix pr comments

Signed-off-by: Nxpeng <pengxin33@huawei.com>
Change-Id: I8017b5c8e904763704b77ecc85aef4397f74ccf9
上级 a6436d4e
......@@ -30,7 +30,7 @@ import display from '@ohos.display';
## Orientation<sup>10+</sup>
显示设备当前显示的方向。
显示设备当前显示的方向枚举
**系统能力:** SystemCapability.WindowManager.WindowManager.Core
......@@ -433,7 +433,7 @@ promise.then((data) => {
| width | number | 是 | 否 | 显示设备的宽度,单位为像素。|
| height | number | 是 | 否 | 显示设备的高度,单位为像素。|
| densityDPI | number | 是 | 否 | 显示设备的屏幕密度,表示每英寸点数。一般取值160,480等。 |
| orientation<sup>10+</sup> | [Orientation](#orientation) | 是 | 否 | 表示屏幕当前显示的方向 |
| orientation<sup>10+</sup> | [Orientation](#orientation10) | 是 | 否 | 表示屏幕当前显示的方向。 |
| densityPixels | number | 是 | 否 | 显示设备的逻辑密度,是像素单位无关的缩放系数。一般取值1,3等。 |
| scaledDensity | number | 是 | 否 | 显示设备的显示字体的缩放因子。通常与densityPixels相同。 |
| xDPI | number | 是 | 否 | x方向中每英寸屏幕的确切物理像素值。 |
......
......@@ -735,6 +735,8 @@ try {
下列API示例中都需先使用[getAllScreens()](#screengetallscreens)[createVirtualScreen()](#screencreatevirtualscreen)中的任一方法获取到Screen实例,再通过此实例调用对应方法。
### 属性
**系统能力:** SystemCapability.WindowManager.WindowManager.Core
| 名称 | 类型 | 可读 | 可写 | 说明 |
......@@ -744,7 +746,7 @@ try {
| supportedModeInfo | Array&lt;[ScreenModeInfo](#screenmodeinfo)&gt; | 是 | 否 | 屏幕支持的模式集合。 |
| activeModeIndex | number | 是 | 否 | 当前屏幕所处模式索引。 |
| orientation | [Orientation](#orientation) | 是 | 否 | 屏幕方向。 |
| sourceMode<sup>10+</sup> | [ScreenSourceMode](#screenSourceMode) | 是 | 否 | 屏幕来源模式。 |
| sourceMode<sup>10+</sup> | [ScreenSourceMode](#screensourcemode10) | 是 | 否 | 屏幕来源模式。 |
### setOrientation
......@@ -1000,7 +1002,7 @@ try {
## ScreenSourceMode<sup>10+</sup>
屏幕来源模式枚举。
屏幕显示内容来源模式枚举。
**系统能力:** SystemCapability.WindowManager.WindowManager.Core
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册