• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# NativeDisplayManager_Rect
2
3## Overview
4
5The struct describes a rectangle.
6
7**Since**: 12
8
9**Related module**: [OH_DisplayManager](capi-oh-displaymanager.md)
10
11**Header file**: [oh_display_info.h](capi-oh-display-info-h.md)
12
13## Summary
14
15### Member Variables
16
17| Name| Description|
18| -- | -- |
19| int32_t left | Left boundary of the rectangle.|
20| int32_t top | Top boundary of the rectangle.|
21| uint32_t width | Width of the rectangle.|
22| uint32_t height | Height of the rectangle.|
23