Size

data class Size(val width: Int = Int.MAX_VALUE, val height: Int = Int.MAX_VALUE) : Serializable

Constructors

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

Properties

Link copied to clipboard
val height: Int
Link copied to clipboard
val width: Int