首页
互助圈
新手教程
进阶之路
算法原理
架构设计
JAVA进阶
C/C++进阶
Python进阶
JavaScript
数据库
大数据
消息服务
源码解读
JAVA源码
Spring源码
数据库
消息服务
Dubbo源码
面试指南
大厂专栏
面试技巧
面试经验
面试题库
开发资料
文档资料
工具软件
电子书籍
小牛导航
在线工具
登录
目录
Parameters
当前位置:
首页
>
文档资料
>
Snap.svg 英文文档
>
Snap.path.getBBox(path)
优质
小牛编辑
131浏览
2023-12-01
Utility method Returns the bounding box of a given path
Parameters
pathstringpath string
Returns:
object bounding box
{
x: numberx coordinate of the left top point of the box,
y: numbery coordinate of the left top point of the box,
x2: numberx coordinate of the right bottom point of the box,
y2: numbery coordinate of the right bottom point of the box,
width: numberwidth of the box,
height: numberheight of the box
}
免责声明:
以上内容版权归原作者所有,如有侵犯您的原创版权请告知,我们将尽快删除相关内容。感谢每一位辛勤著写的作者,感谢每一位的分享。