Dart
dart:html
PaintRenderingContext2D
isPointInStroke method
description
isPointInStroke method
bool
isPointInStroke
(
dynamic
path_OR_x
,
num
x_OR_y
, [
num
y
])
Implementation
bool
isPointInStroke(path_OR_x,
num
x_OR_y, [
num
y]) native;