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


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


<h2 id="roundtointsize">roundToIntSize</h2>

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


```kotlin
fun Size.roundToIntSize(): IntSize
```


Convert a `Size` to an `IntSize`. This rounds `Size.width` and `Size.height` to the nearest
integer.