MTPoint

@Serializable
data class MTPoint(val x: Double, val y: Double)

Two numbers representing x and y screen coordinates in pixels.

Constructors

constructor(x: Double, y: Double)

Properties

val x: Double
val y: Double