目录
当前位置: 首页 > 文档资料 > Snap.svg 英文文档 >

Snap.path.isPointInsideBBox(bbox, x, y)

优质
小牛编辑
123浏览
2023-12-01

Utility method Returns true if given point is inside bounding box

Parameters

  1. bboxstringbounding box
  2. xstringx coordinate of the point
  3. ystringy coordinate of the point

Returns: boolean true if point is inside