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


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


<h2 id="intsize-width-height">IntSize</h2>

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


```kotlin
inline fun IntSize(width: Int, height: Int): IntSize
```


Constructs an `IntSize` from width and height `Int` values.