1# NativeDisplayManager_Rect
2
3
4## Overview
5
6The NativeDisplayManager_Rect struct describes a rectangle.
7
8**System capability**: SystemCapability.WindowManager.WindowManager.Core
9
10**Since**: 12
11
12**Related module**: [OH_DisplayManager](_o_h___display_manager.md)
13
14
15## Summary
16
17
18### Member Variables
19
20| Name| Description|
21| -------- | -------- |
22| int32_t  **left** | Left boundary of the rectangle.|
23| int32_t  **top** | Top boundary of the rectangle.|
24| uint32_t  **width** | Width of the rectangle.|
25| uint32_t  **height** | Height of the rectangle.|
26