kilua-project
Toggle table of contents
0.0.19
common
Platform filter
common
Switch theme
Search in API
kilua-project
kilua-dom
/
web.dom
/
CanvasDrawPath
/
isPointInPath
is
Point
In
Path
abstract
fun
isPointInPath
(
x
:
Double
,
y
:
Double
,
fillRule
:
CanvasFillRule
)
:
Boolean
(
source
)
abstract
fun
isPointInPath
(
path
:
Path2D
,
x
:
Double
,
y
:
Double
,
fillRule
:
CanvasFillRule
)
:
Boolean
(
source
)