harmony 鸿蒙Rect
Rect
Overview
The Rect module describes a rectangle on the display.
Since
8
Related Modules
Summary
Member Variables
Name | Description |
---|---|
x | Start X coordinate of the rectangle. |
y | Start Y coordinate of the rectangle. |
w | Width of the rectangle. |
h | Height of the rectangle. |
x
int32_t Rect::x
Description
Start X coordinate of the rectangle.
y
int32_t Rect::y
Description
Start Y coordinate of the rectangle.
w
uint32_t Rext::w
Description
Width of the rectangle.
h
uint32_t Rect::h
Description
Height of the rectangle.
你可能感兴趣的鸿蒙文章
0
赞
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦