isPointInPath method
The
CanvasRenderingContext2D.isPointInPath()
method of the Canvas 2D API reports whether or not the specified point is
contained in
the current path.
Implementation
external bool isPointInPath(
JSAny pathOrX,
num xOrY, [
JSAny fillRuleOrY,
CanvasFillRule fillRule,
]);