# WindowManager_AvoidArea ## 概述 定义避让区域结构体。 **起始版本:** 15 **相关模块:**[WindowManager](_window_manager___native_module.md) **所在头文件:** [oh_window_comm.h](oh__window__comm_8h.md) ## 汇总 ### 成员变量 | 名称 | 描述 | | -------- | -------- | | [WindowManager_Rect](_window_manager___rect.md) [topRect](#toprect) | 避让区域的顶部矩形。 | | [WindowManager_Rect](_window_manager___rect.md) [leftRect](#leftrect) | 避让区域的左侧矩形。 | | [WindowManager_Rect](_window_manager___rect.md) [rightRect](#rightrect) | 避让区域的右侧矩形。 | | [WindowManager_Rect](_window_manager___rect.md) [bottomRect](#bottomrect) | 避让区域的底部矩形。 | ## 结构体成员变量说明 ### bottomRect ``` WindowManager_Rect WindowManager_AvoidArea::bottomRect ``` **描述** 避让区域的底部矩形。 ### leftRect ``` WindowManager_Rect WindowManager_AvoidArea::leftRect ``` **描述** 避让区域的左侧矩形。 ### rightRect ``` WindowManager_Rect WindowManager_AvoidArea::rightRect ``` **描述** 避让区域的右侧矩形。 ### topRect ``` WindowManager_Rect WindowManager_AvoidArea::topRect ``` **描述** 避让区域的顶部矩形。