Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DOMQuad

interface DOMQuad {
readonly p1: DOMPoint;
readonly p2: DOMPoint;
readonly p3: DOMPoint;
readonly p4: DOMPoint;
getBounds(): DOMRect;
toJSON(): any;
}
var DOMQuad: {
prototype: DOMQuad;
fromQuad(other?: DOMQuadInit): DOMQuad;
fromRect(other?: DOMRectInit): DOMQuad;
}
;

§Properties

§
readonly p1: DOMPoint
[src]
§
readonly p2: DOMPoint
[src]
§
readonly p3: DOMPoint
[src]
§
readonly p4: DOMPoint
[src]

§Methods

§
getBounds(): DOMRect
[src]
§
toJSON(): any
[src]