isPointInStroke 方法

bool isPointInStroke(
  1. dynamic path_OR_x,
  2. num x_OR_y, [
  3. num? y
])

实现

bool isPointInStroke(path_OR_x, num x_OR_y, [num? y]) native;