toggle menu
kilua-project
0.0.15
common
switch theme
search in API
kilua-dom
/
web.dom
/
CanvasDrawPath
/
isPointInPath
is
Point
In
Path
abstract
fun
isPointInPath
(
x
:
Double
,
y
:
Double
,
fillRule
:
CanvasFillRule
)
:
Boolean
abstract
fun
isPointInPath
(
path
:
Path2D
,
x
:
Double
,
y
:
Double
,
fillRule
:
CanvasFillRule
)
:
Boolean