Companion

Functions

Link copied to clipboard
fun fromQuad(other: DOMQuad = definedExternally): DOMQuad

The fromQuad() static method of the DOMQuad interface returns a new DOMQuad object based on the provided set of coordinates in the shape of another DOMQuad object.

Link copied to clipboard
fun fromRect(other: DOMRectReadOnly = definedExternally): DOMQuad

The fromRect() static method of the DOMQuad interface returns a new DOMQuad object based on the provided set of coordinates in the shape of a DOMRect object.