isPointInPath method

bool isPointInPath(
  1. JSAny pathOrX,
  2. num xOrY, [
  3. JSAny fillRuleOrY,
  4. CanvasFillRule fillRule,
])

Implementation

external bool isPointInPath(
  JSAny pathOrX,
  num xOrY, [
  JSAny fillRuleOrY,
  CanvasFillRule fillRule,
]);