IntSize

data class IntSize(val width: Int, val height: Int)(source)

An immutable non-negative integer extent.

Constructors

Link copied to clipboard
constructor(width: Int, height: Int)

Types

Link copied to clipboard
object Companion

Common size constants.

Properties

Link copied to clipboard
val height: Int

the vertical extent.

Link copied to clipboard
val width: Int

the horizontal extent.