Dimension

class Dimension(width: Int, height: Int)

Simply encapsulates a width and height.

Constructors

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

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
fun getHeight(): Int
Link copied to clipboard
fun getWidth(): Int
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String