Absolute

class Absolute(val x: Int, val y: Int) : WindowPosition

Absolute top-left position in pixels relative to the screen.

Constructors

Link copied to clipboard
constructor(x: Int, y: Int)

Properties

Link copied to clipboard
val x: Int

the horizontal position of the window, in pixels

Link copied to clipboard
val y: Int

the vertical position of the window, in pixels

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String