---
title: "toIntRect"
description: "Convert a [IntSize] to a [IntRect]."
type: "function"
---

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


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


```kotlin
fun IntSize.toIntRect(): IntRect
```


Convert a `IntSize` to a `IntRect`.



