DOMRectReadOnly - Web API 接口参考 编辑
DOMRectReadOnly
接口通过详细列出 DOMRect
所使用的标准属性来定义一个属性不可变的矩形。
构造函数
DOMRectReadOnly()
- 用来创建新的
DOMRectReadOnly
对象,但请注意,该构造函数不能由第三方 JavaScript 调用:这样做将返回 “Illegal constructor” 类型错误。
属性
DOMRectReadOnly.x
只读DOMRect
原点的 x 坐标。DOMRectReadOnly.y
只读DOMRect
原点的 y 坐标。DOMRectReadOnly.width
只读DOMRect
的宽度。DOMRectReadOnly.height
只读DOMRect
的高度。DOMRectReadOnly.top
只读- 返回
DOMRect
的顶部坐标值(通常与y
相同)。 DOMRectReadOnly.right
只读- 返回
DOMRect
的右坐标值(通常与x + width
相同)。 DOMRectReadOnly.bottom
只读- 返回
DOMRect
的底部坐标值(通常与y + height
相同)。 DOMRectReadOnly.left
只读- 返回
DOMRect
的左坐标值(通常与x
相同)。
静态方法
DOMRectReadOnly.fromRect()
- 使用指定的位置和尺寸创建一个新的
DOMRect
对象。
规范
Specification | Status | Comment |
---|---|---|
Geometry Interfaces Module Level 1 DOMRectReadOnly | Candidate Recommendation | Initial definition. |
浏览器兼容性
BCD tables only load in the browser
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.其他
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论