ScreenBox

class ScreenBox : Serializable

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

Constructors

ScreenBox
Link copied to clipboard
open fun ScreenBox(@NonNull min: ScreenCoordinate, @NonNull 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