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

add nativeapis

Signed-off-by: Nzengyawen <zengyawen1@huawei.com>
上级 7479d195
# Region
## Overview
Defines the rectangle (dirty region) where the content is to be updated in the local native window.
**Related Modules:**
[NativeWindow](_native_window.md)
## Summary
### Member Variables
| Name | Description |
| -------- | -------- |
| [rects](#rects) | If **rects** is a null pointer, the buffer size is the same as the size of the dirty region by default. |
| [rectNumber](#rectnumber) | If **rectNumber** is **0**, the buffer size is the same as the size of the dirty region by default. |
## Member Variable Description
### rectNumber
```
int32_t Region::rectNumber
```
**Description**<br>
If **rectNumber** is **0**, the buffer size is the same as the size of the dirty region by default.
### *rects
```
struct Rect Region::*rects
```
**Description**<br>
If **rects** is a null pointer, the buffer size is the same as the size of the dirty region by default.
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册