ScreenBox

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

Constructors

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

Functions

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

Properties

Link copied to clipboard
@NonNull
@get:NonNull
val max: ScreenCoordinate
Link copied to clipboard
@NonNull
@get:NonNull
val min: ScreenCoordinate