提交 ed51a3d9 编写于 作者: 张必荣

补充densityDpi的配置范围

Signed-off-by: Nzhouyaoying <zhouyaoying@huawei.com>
Change-Id: I52003ebfb424280fdd416b835bf8787402c67a9b
上级 b9e5162f
......@@ -641,7 +641,7 @@ setDensityDpi(densityDpi: number, callback: AsyncCallback&lt;void&gt;): void;
| 参数名 | 类型 | 必填 | 说明 |
| ---------- | ------------------------- | ---- | ------------------------------------------------------------ |
| densityDpi | number | 是 | 像素密度。 |
| densityDpi | number | 是 | 像素密度。支持的输入范围为80-640。 |
| callback | AsyncCallback&lt;void&gt; | 是 | 回调函数。当设置屏幕的像素密度成功,err为undefined,否则为错误对象。 |
**示例:**
......@@ -663,9 +663,9 @@ setDensityDpi(densityDpi: number): Promise&lt;void&gt;
**系统能力:** SystemCapability.WindowManager.WindowManager.Core
| 参数名 | 类型 | 必填 | 说明 |
| ---------- | ------ | ---- | ---------- |
| densityDpi | number | 是 | 像素密度。 |
| 参数名 | 类型 | 必填 | 说明 |
| ---------- | ------ | ---- | ---------------------------------- |
| densityDpi | number | 是 | 像素密度。支持的输入范围为80-640。 |
**返回值:**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册