bool isPointInStroke(Path2D path, [/* double | NaN */ dynamic x, /* double | NaN */ dynamic y]) => js_util.callMethod(this, 'isPointInStroke', [path, x, y]);