isPointInPath method
bool
isPointInPath(
- Path2D path,
- dynamic x, [
- dynamic y,
- CanvasFillRule? fillRule = CanvasFillRule.nonzero,
Implementation
bool isPointInPath(Path2D path, /* double | NaN */ dynamic x,
[/* double | NaN */ dynamic y,
CanvasFillRule? fillRule = CanvasFillRule.nonzero]) =>
js_util.callMethod(this, 'isPointInPath', [path, x, y, fillRule?.value]);