kotlin-stdlib
JS
kotlin-stdlib
/
org.w3c.dom
/
DOMPoint
DOMPoint
JS
open
external
class
DOMPoint
:
DOMPointReadOnly
Content copied to clipboard
Exposes the JavaScript
DOMPoint
to Kotlin
Constructors
Functions
Properties
Constructors
DOMPoint
Link copied to clipboard
JS
fun
DOMPoint
(
point
:
DOMPointInit
)
Content copied to clipboard
DOMPoint
Link copied to clipboard
JS
fun
DOMPoint
(
x
:
Double
=
definedExternally
,
y
:
Double
=
definedExternally
,
z
:
Double
=
definedExternally
,
w
:
Double
=
definedExternally
)
Content copied to clipboard
Functions
matrix
Transform
Link copied to clipboard
JS
fun
matrixTransform
(
matrix
:
DOMMatrixReadOnly
)
:
DOMPoint
Content copied to clipboard
Properties
w
Link copied to clipboard
JS
open
override
var
w
:
Double
Content copied to clipboard
x
Link copied to clipboard
JS
open
override
var
x
:
Double
Content copied to clipboard
y
Link copied to clipboard
JS
open
override
var
y
:
Double
Content copied to clipboard
z
Link copied to clipboard
JS
open
override
var
z
:
Double
Content copied to clipboard