NativeDisplayManager_Rect
typedef struct {...} NativeDisplayManager_Rect
Overview
The struct describes a rectangle.
Since: 12
Related module: OH_DisplayManager
Header file: oh_display_info.h
Summary
Member Variables
| Name | Description |
|---|---|
| int32_t left | Left boundary of the rectangle. |
| int32_t top | Top boundary of the rectangle. |
| uint32_t width | Width of the rectangle. |
| uint32_t height | Height of the rectangle. |