libwasm ~master (2024-01-10T15:05:21Z)
Dub
Repo
CanvasDrawPath.isPointInPath
libwasm
bindings
CanvasRenderingContext2D
CanvasDrawPath
Undocumented in source. Be warned that the author may not have intended to support it.
bool
isPointInPath
(double x, double y, CanvasWindingRule winding)
bool
isPointInPath
(double x, double y)
struct
CanvasDrawPath
nothrow
bool
isPointInPath
()
(
double
x
,
double
y
)
bool
isPointInPath
(Path2D path, double x, double y, CanvasWindingRule winding)
bool
isPointInPath
(Path2D path, double x, double y)
Meta
Source
See Implementation
libwasm
bindings
CanvasRenderingContext2D
CanvasDrawPath
constructors
this
functions
beginPath
clip
fill
isPointInPath
isPointInStroke
stroke
variables
handle