---
title: "getUnclippedBoundsInRoot"
description: "Returns the bounds of the layout of this node. The bounds are relative to the root composable."
type: "function"
---

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


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


```kotlin
fun SemanticsNodeInteraction.getUnclippedBoundsInRoot(): DpRect
```


Returns the bounds of the layout of this node. The bounds are relative to the root composable.



