• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# NativeDisplayManager_CutoutInfo
2
3
4## 概述
5
6挖孔屏、刘海屏、瀑布屏等不可用屏幕区域信息。
7
8**系统能力:** SystemCapability.WindowManager.WindowManager.Core
9
10**起始版本:** 12
11
12**相关模块:**[OH_DisplayManager](_o_h___display_manager.md)
13
14**所在头文件:** [oh_display_info.h](oh__display__info_8h.md)
15
16## 汇总
17
18
19### 成员变量
20
21| 名称 | 描述 |
22| -------- | -------- |
23| int32_t  **boundingRectsLength** | 挖孔屏、刘海屏不可用屏幕区域长度。 |
24| [NativeDisplayManager_Rect](_native_display_manager___rect.md) \* **boundingRects** | 挖孔屏、刘海屏等区域的边界矩形。 |
25| [NativeDisplayManager_WaterfallDisplayAreaRects](ive_display_manager___waterfall_display_area_rects.md) **waterfallDisplayAreaRects** | 瀑布屏曲面部分显示区域。 |
26