DOMRectReadOnly

JS
1.1
open class DOMRectReadOnly
(source)

Exposes the JavaScript DOMRectReadOnly to Kotlin

Constructors

JS
1.1

<init>

Exposes the JavaScript DOMRectReadOnly to Kotlin

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

Properties

JS
1.1

bottom

open val bottom : Double
JS
1.1

height

open val height : Double
JS
1.1

left

open val left : Double
JS
1.1

right

open val right : Double
JS
1.1

top

open val top : Double
JS
1.1

width

open val width : Double
JS
1.1

x

open val x : Double
JS
1.1

y

open val y : Double

Inheritors

JS
1.1

DOMRect

Exposes the JavaScript DOMRect to Kotlin

open class DOMRect : DOMRectReadOnly