---
title: "getDisplayCutoutBounds"
description: "Returns a List of [RectRulers], one [RectRulers] for each display cutout. Each [RectRulers]
provides values for the bounds of the display cutout. [WindowInsetsRulers.DisplayCutout] provides
the safe inset values for content avoiding all display cutouts."
type: "function"
---

<div class='type'>Function</div>


<a id='references'></a>
<div class='sourceset sourceset-common'>Common</div>


```kotlin
fun Placeable.PlacementScope.getDisplayCutoutBounds(): List<RectRulers>
```


Returns a List of `RectRulers`, one `RectRulers` for each display cutout. Each `RectRulers`
provides values for the bounds of the display cutout. `WindowInsetsRulers.DisplayCutout` provides
the safe inset values for content avoiding all display cutouts.



