ScreenCoordinate

Describes the coordinate on the screen, measured from top to bottom and from left to right. Note: the `map` uses screen coordinate units measured in `platform pixels`.

Constructors

Link copied to clipboard
open fun ScreenCoordinate(x: Double, y: Double)

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
val x: Double
Link copied to clipboard
val y: Double