ScreenBox(androidJvm)

Describes the coordinate box on the screen, measured in `platform pixels` from top to bottom and from left to right.

class ScreenBox(androidJvm) : Serializable

Constructors

ScreenBox
Link copied to clipboard
open fun ScreenBox(min: ScreenCoordinate, max: ScreenCoordinate)

Functions

equals
Link copied to clipboard
open fun equals(object: Any): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

max
Link copied to clipboard
private val max: ScreenCoordinate
min
Link copied to clipboard
private val min: ScreenCoordinate