1# NativeDisplayManager_WaterfallDisplayAreaRects 2 3## Overview 4 5The struct describes the curved area on a waterfall display. 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| [NativeDisplayManager_Rect](capi-nativedisplaymanager-rect.md) left | Rectangle of the curved area on the left of the waterfall display.| 20| [NativeDisplayManager_Rect](capi-nativedisplaymanager-rect.md) top | Rectangle of the curved area on the top of the waterfall display.| 21| [NativeDisplayManager_Rect](capi-nativedisplaymanager-rect.md) right | Rectangle of the curved area on the right of the waterfall display.| 22| [NativeDisplayManager_Rect](capi-nativedisplaymanager-rect.md) bottom | Rectangle of the curved area at the bottom of the waterfall display.| 23