Size

class Size(val columns: Int, val rows: Int, val width: Int = 0, val height: Int = 0)

Constructors

Link copied to clipboard
constructor(columns: Int, rows: Int, width: Int = 0, height: Int = 0)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val height: Int = 0
Link copied to clipboard
val rows: Int
Link copied to clipboard
val width: Int = 0