isPointInFill method
The SVGGeometryElement.isPointInFill()
method determines
whether a given point is within the fill shape of an element. Normal hit
testing rules
apply; the value of the property on the element determines
whether a point is considered to be within the fill. The point
argument
is
interpreted as a point in the local coordinate system of the element.
Implementation
external bool isPointInFill([DOMPointInit point]);