Size

fun Size(width: Int, height: Dimension): Size

Create a Size with a pixel value for width.


fun Size(width: Dimension, height: Int): Size

Create a Size with a pixel value for height.


fun Size(width: Int, height: Int): Size

Create a Size with pixel values for both width and height.