# NativeDisplayManager_Rect ## Overview The struct describes a rectangle. **Since**: 12 **Related module**: [OH_DisplayManager](capi-oh-displaymanager.md) **Header file**: [oh_display_info.h](capi-oh-display-info-h.md) ## 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.|