method DOMQuad.fromRect
#DOMQuad.fromRect(other?: DOMRectInit): DOMQuadThe 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.
Parameters #
#other: DOMRectInit optional