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


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


<h2 id="size-width-height">Size</h2>

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


```kotlin
inline fun Size(width: Float, height: Float) = Size(packFloats(width, height))
```


Constructs a `Size` from the given width and height