Dart
dart:html
OffscreenCanvasRenderingContext2D
isPointInPath method
description
isPointInPath method
bool
isPointInPath
(
dynamic
path_OR_x
,
num
x_OR_y
, [
dynamic
winding_OR_y
,
String
winding
])
Implementation
bool
isPointInPath(path_OR_x,
num
x_OR_y, [winding_OR_y,
String
winding]) native;