cameraViewEx / com.priyankvasa.android.cameraviewex / Size

Size

class Size : Comparable<Size>

Platform and version requirements: JVM

Immutable class for describing width and height dimensions in pixels.

Constructors

<init>

Size(width: Int, height: Int)

Immutable class for describing width and height dimensions in pixels.

Properties

height

val height: Int

width

val width: Int

Functions

compareTo

fun compareTo(other: Size): Int

equals

fun equals(other: Any?): Boolean

hashCode

fun hashCode(): Int

toString

fun toString(): String