# WindowManager_AvoidArea ## Overview The struct describes the avoid area. **Since**: 15 **Related module**: [WindowManager](capi-windowmanager.md) **Header file**: [oh_window_comm.h](capi-oh-window-comm-h.md) ## Summary ### Member Variables | Name| Description| | -- | -- | | [WindowManager_Rect](capi-windowmanager-rect.md) topRect | Top rectangle of the avoid area.| | [WindowManager_Rect](capi-windowmanager-rect.md) leftRect | Left rectangle of the avoid area.| | [WindowManager_Rect](capi-windowmanager-rect.md) rightRect | Right rectangle of the avoid area.| | [WindowManager_Rect](capi-windowmanager-rect.md) bottomRect | Bottom rectangle of the avoid area.|