isPointInStroke method

bool isPointInStroke(
  1. JSAny pathOrX,
  2. num xOrY, [
  3. num y
])

Implementation

external bool isPointInStroke(
  JSAny pathOrX,
  num xOrY, [
  num y,
]);