--- title: DOMQuad slug: Web/API/DOMQuad translation_of: Web/API/DOMQuad ---
{{SeeCompatTable}}{{APIRef("Geometry Interfaces")}}
DOMQuad 是四 DOMPoints 的集合, 用于定义任意四边形的角。返回 DOMQuads 允许 getBoxQuads () 即使存在任意2D 或3D 转换, 也可以返回准确的信息。它有一个方便的边界属性返回 DOMRectReadOnly 的那些情况下, 你只需要一个轴对齐的边框。
DOMQuad
object.DOMQuad
object's four corners.DOMQuad
object based on the passed set of coordinates.DOMQuad
object based on the passed set of coordinates.DOMQuad
object.DOMQuad
object.Specification | Status | Comment |
---|---|---|
{{SpecName('Geometry Interfaces','#DOMQuad','DOMQuad')}} | {{Spec2('Geometry Interfaces')}} | Initial definition. |
{{Compat("api.DOMQuad")}}