Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
OpenHarmony-feature-20250512
docs
/
zh-cn
/
device-dev
/
reference
/
hdi-apis
/
codec
/
_rect_v10.md
下载
zengyawen
update docs
9f9c7d01
创建于
2024年9月9日
历史提交
Rect
概述
矩形的定义。
起始版本:
3.2
相关模块:
Codec
汇总
Public 属性
名称
描述
int
width
矩形的宽。
int
height
矩形的高。
类成员变量说明
height
int Rect::height
描述
矩形的高。
width
int Rect::width
描述
矩形的宽。