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


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


<h2 id="tointsize">toIntSize</h2>

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


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


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