---
title: "safeInnerRect"
description: "The non-rounded rectangle that is constrained by the smaller of the two diagonals, with each
diagonal traveling through the middle of the curve corners. The middle of a corner is the
intersection of the curve with its respective quadrant bisector."
type: "property"
---

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


<a id='references'></a>

<div class='sourceset sourceset-common'>Common</div>


```kotlin
val RoundRect.safeInnerRect: Rect
```


The non-rounded rectangle that is constrained by the smaller of the two diagonals, with each
diagonal traveling through the middle of the curve corners. The middle of a corner is the
intersection of the curve with its respective quadrant bisector.



