checkIntersection method

bool checkIntersection(
  1. SVGElement element,
  2. DOMRectReadOnly rect
)

Implementation

bool checkIntersection(SVGElement element, DOMRectReadOnly rect) =>
    js_util.callMethod(this, 'checkIntersection', [element, rect]);