---
title: "IntSize"
description: "Constructs an [IntSize] from width and height [Int] values."
type: "function"
---

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


<a id='references'></a>
<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.



