• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# WindowManager_AvoidArea
2
3## Overview
4
5The struct describes the avoid area.
6
7**Since**: 15
8
9**Related module**: [WindowManager](capi-windowmanager.md)
10
11**Header file**: [oh_window_comm.h](capi-oh-window-comm-h.md)
12
13## Summary
14
15### Member Variables
16
17| Name| Description|
18| -- | -- |
19| [WindowManager_Rect](capi-windowmanager-rect.md) topRect | Top rectangle of the avoid area.|
20| [WindowManager_Rect](capi-windowmanager-rect.md) leftRect | Left rectangle of the avoid area.|
21| [WindowManager_Rect](capi-windowmanager-rect.md) rightRect | Right rectangle of the avoid area.|
22| [WindowManager_Rect](capi-windowmanager-rect.md) bottomRect | Bottom rectangle of the avoid area.|
23