DOMPointReadOnly

JS
1.1
open class DOMPointReadOnly

Exposes the JavaScript DOMPointReadOnly to Kotlin

Constructors

JS
1.1

<init>

Exposes the JavaScript DOMPointReadOnly to Kotlin

DOMPointReadOnly(x: Double, y: Double, z: Double, w: Double)

Properties

JS
1.1

w

open val w: Double
JS
1.1

x

open val x: Double
JS
1.1

y

open val y: Double
JS
1.1

z

open val z: Double

Functions

JS
1.1

matrixTransform

fun matrixTransform(matrix: DOMMatrixReadOnly): DOMPoint

Inheritors

JS
1.1

DOMPoint

Exposes the JavaScript DOMPoint to Kotlin

open class DOMPoint : DOMPointReadOnly