jvm IntSize¶ @JvmInline value class IntSize(val pair: Long) Constructors¶ IntSize¶ constructor(pair: Long) constructor(width: Int, height: Int) Properties¶ height¶ val height: Int pair¶ val pair: Long width¶ val width: Int Functions¶ component1¶ operator fun component1(): Int component2¶ operator fun component2(): Int toString¶ open override fun toString(): String