DOMRectReadOnly

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

Exposes the JavaScript DOMRectReadOnly to Kotlin

Inheritors

Constructors

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

Properties

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