DOMRectReadOnly

open external class DOMRectReadOnly(x: Double, y: Double, width: Double, height: Double)

Exposes the JavaScript DOMRectReadOnly to Kotlin

Constructors

DOMRectReadOnly
Link copied to clipboard
fun DOMRectReadOnly(x: Double, y: Double, width: Double, height: Double)

Properties

bottom
Link copied to clipboard
open val bottom: Double
height
Link copied to clipboard
open val height: Double
left
Link copied to clipboard
open val left: Double
right
Link copied to clipboard
open val right: Double
top
Link copied to clipboard
open val top: Double
width
Link copied to clipboard
open val width: Double
x
Link copied to clipboard
open val x: Double
y
Link copied to clipboard
open val y: Double

Inheritors

DOMRect
Link copied to clipboard