GeometryUtils
Functions
convertPointFromNode
abstract
fun
convertPointFromNode
(
point
:
DOMPointInit
,
from
:
dynamic
,
options
:
ConvertCoordinateOptions
=
definedExternally
)
:
DOMPoint
convertQuadFromNode
abstract
fun
convertQuadFromNode
(
quad
:
dynamic
,
from
:
dynamic
,
options
:
ConvertCoordinateOptions
=
definedExternally
)
:
DOMQuad
convertRectFromNode
abstract
fun
convertRectFromNode
(
rect
:
DOMRectReadOnly
,
from
:
dynamic
,
options
:
ConvertCoordinateOptions
=
definedExternally
)
:
DOMQuad
getBoxQuads
abstract
fun
getBoxQuads
(
options
:
BoxQuadOptions
=
definedExternally
)
:
Array
<
DOMQuad
>
Inheritors
Document
Exposes the JavaScript Document to Kotlin
open
class
Document
:
Node
,
GlobalEventHandlers
,
DocumentAndElementEventHandlers
,
NonElementParentNode
,
DocumentOrShadowRoot
,
ParentNode
,
GeometryUtils
Element
Exposes the JavaScript Element to Kotlin
abstract
class
Element
:
Node
,
ParentNode
,
NonDocumentTypeChildNode
,
ChildNode
,
Slotable
,
GeometryUtils
,
UnionElementOrHTMLCollection
,
UnionElementOrRadioNodeList
,
UnionElementOrMouseEvent
,
UnionElementOrProcessingInstruction
Text
Exposes the JavaScript Text to Kotlin
open
class
Text
:
CharacterData
,
Slotable
,
GeometryUtils