chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.dom / Rect

Rect

data class Rect

Rectangle.

Constructors

<init>

Rectangle.

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

Properties

height

Rectangle height

val height: Double

width

Rectangle width

val width: Double

x

X coordinate

val x: Double

y

Y coordinate

val y: Double