未验证 提交 b9d4704b 编写于 作者: Z zengyawen 提交者: Gitee

add nativeapis

Signed-off-by: Nzengyawen <zengyawen1@huawei.com>
上级 7779e3bf
# Rect
## Overview
If **rects** is a null pointer, the buffer size is the same as the size of the dirty region by default.
**Related Modules:**
[NativeWindow](_native_window.md)
## 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. |
## Member Variable Description
### x
```
int32_t Rect::x
```
**Description**<br>
Start X coordinate of the rectangle.
### y
```
int32_t Rect::y
```
**Description**<br>
Start Y coordinate of the rectangle.
### w
```
int32_t Rect::w
```
**Description**<br>
Width of the rectangle.
### h
```
int32_t Rect::h
```
**Description**<br>
Height of the rectangle.
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册