DOMRect

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

Exposes the JavaScript DOMRect to Kotlin

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 override var 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 override var width: Double
Link copied to clipboard
open override var x: Double
Link copied to clipboard
open override var y: Double