Rect
struct Rect { ... }
Overview
If rects is a null pointer, the buffer size is the same as the size of the dirty region by default.
Related module: NativeWindow
Header file: external_window.h
Summary
Member Variables
| Name | Description |
|---|---|
| int32_t x | Start X coordinate of the rectangle. |
| int32_t y | Start Y coordinate of the rectangle. |
| uint32_t w | Width of the rectangle. |
| uint32_t h | Height of the rectangle. |