data class Size : Comparable<Size>
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 aspectRatio: AspectRatio |
|
val height: Int |
|
val width: Int |
fun compareTo(other: Size): Int |
|
fun equals(other: Any?): Boolean |
|
fun hashCode(): Int |
|
fun toString(): String |
val CIF: Size |
|
val Invalid: Size |
|
val P1080: Size |
|
val P1440: Size |
|
val P2160: Size |
|
val P480: Size |
|
val P720: Size |
|
val QCIF: Size |
|
val QVGA: Size |