kotlin-stdlib
JS
kotlin-stdlib
/
org.w3c.dom
/
DOMPoint
DOMPoint
JS
open
external
class
DOMPoint
:
DOMPointReadOnly
Exposes the JavaScript
DOMPoint
to Kotlin
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
Properties
w
Link copied to clipboard
JS
open
override
var
w
:
Double
x
Link copied to clipboard
JS
open
override
var
x
:
Double
y
Link copied to clipboard
JS
open
override
var
y
:
Double
z
Link copied to clipboard
JS
open
override
var
z
:
Double