WindowManager_Rect
typedef struct {...} WindowManager_Rect
Overview
The struct describes the window rectangle, including the window position, width, and height.
Since: 15
Related module: WindowManager
Header file: oh_window_comm.h
Summary
Member Variables
| Name | Description |
|---|---|
| int32_t posX | X coordinate of the window, in px. The value is an integer. |
| int32_t posY | Y coordinate of the window, in px. The value is an integer. |
| uint32_t width | Window width, in px. The value is an integer. |
| uint32_t height | Window height, in px. The value is an integer. |