harmony 鸿蒙OH_Rect
OH_Rect
概述
定义录屏界面的宽高以及画面信息。
系统能力:SystemCapability.Multimedia.Media.AVScreenCapture
起始版本:
10
相关模块:
汇总
成员变量
名称 | 描述 |
---|---|
x | int32_t 录屏界面的X坐标。 |
y | int32_t 录屏界面的Y坐标。 |
width | int32_t 录屏界面的宽度。 |
height | int32_t 录屏界面的高度。 |
结构体成员变量说明
height
int32_t OH_Rect::height
描述:
录屏界面的高度。
width
int32_t OH_Rect::width
描述:
录屏界面的宽度。
x
int32_t OH_Rect::x
描述:
录屏界面的X坐标。
y
int32_t OH_Rect::y
描述:
录屏界面的Y坐标。
你可能感兴趣的鸿蒙文章
0
赞
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦