class Size : Comparable<Size>
Platform and version requirements: JVM
Immutable class for describing width and height dimensions in pixels.
Size(width: Int, height: Int)
Immutable class for describing width and height dimensions in pixels. |
val height: Int |
|
val width: Int |
fun compareTo(other: Size): Int |
|
fun equals(other: Any?): Boolean |
|
fun hashCode(): Int |
|
fun toString(): String |