• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# WindowManager_AvoidArea
2
3
4## Overview
5
6The WindowManager_AvoidArea struct describes the avoid area.
7
8**Since**: 15
9
10**Related module**: [WindowManager_NativeModule](_window_manager___native_module.md)
11
12
13## Summary
14
15
16### Member Variables
17
18| Name| Description|
19| -------- | -------- |
20| [WindowManager_Rect](_window_manager___rect.md)  [topRect](#toprect) | Top rectangle of the avoid area.|
21| [WindowManager_Rect](_window_manager___rect.md)  [leftRect](#leftrect) | Left rectangle of the avoid area.|
22| [WindowManager_Rect](_window_manager___rect.md)  [rightRect](#rightrect) | Right rectangle of the avoid area.|
23| [WindowManager_Rect](_window_manager___rect.md)  [bottomRect](#bottomrect) | Bottom rectangle of the avoid area.|
24
25
26## Member Variable Description
27
28
29### bottomRect
30
31```
32WindowManager_Rect WindowManager_AvoidArea::bottomRect
33```
34
35**Description**
36
37Bottom rectangle of the avoid area.
38
39
40### leftRect
41
42```
43WindowManager_Rect WindowManager_AvoidArea::leftRect
44```
45
46**Description**
47
48Left rectangle of the avoid area.
49
50
51### rightRect
52
53```
54WindowManager_Rect WindowManager_AvoidArea::rightRect
55```
56
57**Description**
58
59Right rectangle of the avoid area.
60
61
62### topRect
63
64```
65WindowManager_Rect WindowManager_AvoidArea::topRect
66```
67
68**Description**
69
70Top rectangle of the avoid area.
71