Size

Create a new immutable Size instance.

Parameters

height

The height of the size

width

The width of the size

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