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


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


<h2 id="div-scalefactor">div</h2>

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


```kotlin
operator fun Size.div(scaleFactor: ScaleFactor): Size
```


Division operator with `Size`

Return a new `Size` with the width and height divided by `ScaleFactor.scaleX` and
`ScaleFactor.scaleY` respectively