pl.wendigo.chrome.api.dom / Rect

Rect

data class Rect (source)

Rectangle.

Link
DOM#Rect type documentation.

Constructors

<init>

Rect(x: Double, y: Double, width: Double, height: Double)

Rectangle.

Properties

height

val height: Double

Rectangle height

width

val width: Double

Rectangle width

x

val x: Double

X coordinate

y

val y: Double

Y coordinate