stdlib
1.6
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1
1.0
JS
stdlib
/
org.w3c.dom
/
DOMPoint
DOMPoint
JS
open
external
class
DOMPoint
:
DOMPointReadOnly
(
source
)
Exposes the JavaScript
DOMPoint
to Kotlin
Since Kotlin
1.1
Constructors
Functions
Properties
Constructors
DOMPoint
Link copied to clipboard
JS
fun
DOMPoint
(
point
:
DOMPointInit
)
DOMPoint
Link copied to clipboard
JS
fun
DOMPoint
(
x
:
Double
=
definedExternally
,
y
:
Double
=
definedExternally
,
z
:
Double
=
definedExternally
,
w
:
Double
=
definedExternally
)
Functions
matrix
Transform
Link copied to clipboard
JS
fun
matrixTransform
(
matrix
:
DOMMatrixReadOnly
)
:
DOMPoint
Since Kotlin
1.1
Properties
w
Link copied to clipboard
JS
open
override
var
w
:
Double
Since Kotlin
1.1
x
Link copied to clipboard
JS
open
override
var
x
:
Double
Since Kotlin
1.1
y
Link copied to clipboard
JS
open
override
var
y
:
Double
Since Kotlin
1.1
z
Link copied to clipboard
JS
open
override
var
z
:
Double
Since Kotlin
1.1