Method GetIntersectionList
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Core.dll
GetIntersectionList(ISvgRect, ISvgElement)
Returns the list of graphics elements whose rendered content intersects the supplied rectangle, honoring the 'pointer-events' property value on each candidate graphics element.
XmlNodeList GetIntersectionList(ISvgRect rect, ISvgElement referenceElement)
Parameters
rectISvgRectThe test rectangle. The values are in the initial coordinate system for the current 'svg' element.
referenceElementISvgElementIf not null, then only return elements whose drawing order has them below the given reference element.
Returns
- XmlNodeList
A list of Elements whose content intersects the supplied rectangle.