GeometryUtils

JS
1.1
interface GeometryUtils
(source)

Exposes the JavaScript GeometryUtils to Kotlin

Functions

JS
1.1

convertPointFromNode

abstract fun convertPointFromNode(
    point: DOMPointInit,
    from: dynamic,
    options: ConvertCoordinateOptions = definedExternally
): DOMPoint
JS
1.1

convertQuadFromNode

abstract fun convertQuadFromNode(
    quad: dynamic,
    from: dynamic,
    options: ConvertCoordinateOptions = definedExternally
): DOMQuad
JS
1.1

convertRectFromNode

abstract fun convertRectFromNode(
    rect: DOMRectReadOnly,
    from: dynamic,
    options: ConvertCoordinateOptions = definedExternally
): DOMQuad
JS
1.1

getBoxQuads

abstract fun getBoxQuads(
    options: BoxQuadOptions = definedExternally
): Array<DOMQuad>

Inheritors

JS
1.1

Document

Exposes the JavaScript Document to Kotlin

open class Document : 
    Node,
    GlobalEventHandlers,
    DocumentAndElementEventHandlers,
    NonElementParentNode,
    DocumentOrShadowRoot,
    ParentNode,
    GeometryUtils
JS
1.1

Element

Exposes the JavaScript Element to Kotlin

abstract class Element : 
    Node,
    ParentNode,
    NonDocumentTypeChildNode,
    ChildNode,
    Slotable,
    GeometryUtils,
    UnionElementOrHTMLCollection,
    UnionElementOrRadioNodeList,
    UnionElementOrMouseEvent,
    UnionElementOrProcessingInstruction
JS
1.1

Text

Exposes the JavaScript Text to Kotlin

open class Text : CharacterData, Slotable, GeometryUtils