提交 4b5a4609 编写于 作者: Y youqijing

Fix screenshotOption rotation instructions

Signed-off-by: Nyouqijing <youqijing@huawei.com>
Change-Id: If66ae5d2933e548b26da9cbcb56746932c72a273
上级 179001a3
...@@ -17,7 +17,7 @@ import screenshot from '@ohos.screenshot'; ...@@ -17,7 +17,7 @@ import screenshot from '@ohos.screenshot';
| ---------- | ------------- | ---- | ------------------------------------------------------------ | | ---------- | ------------- | ---- | ------------------------------------------------------------ |
| screenRect | [Rect](#Rect) | 否 | 表示截取图像的区域,不传值默认为全屏。<br/>**系统能力**:SystemCapability.WindowManager.WindowManager.Core | | screenRect | [Rect](#Rect) | 否 | 表示截取图像的区域,不传值默认为全屏。<br/>**系统能力**:SystemCapability.WindowManager.WindowManager.Core |
| imageSize | [Size](#Size) | 否 | 表示截取图像的大小,不传值默认为全屏。<br/>**系统能力**:SystemCapability.WindowManager.WindowManager.Core | | imageSize | [Size](#Size) | 否 | 表示截取图像的大小,不传值默认为全屏。<br/>**系统能力**:SystemCapability.WindowManager.WindowManager.Core |
| rotation | number | 否 | 表示截取图像的旋转角度,取值可为0、90、180、270,默认值为0。<br/>**系统能力**:SystemCapability.WindowManager.WindowManager.Core | | rotation | number | 否 | 表示截取图像的旋转角度,当前仅支持输入值为0,默认值为0。<br/>**系统能力**:SystemCapability.WindowManager.WindowManager.Core |
## Rect ## Rect
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册