toggle menu
kilua-project
0.0.15
common
switch theme
search in API
kilua-dom
/
web.dom
/
CanvasDrawPath
Canvas
Draw
Path
interface
CanvasDrawPath
:
JsAny
Inheritors
CanvasRenderingContext2D
Members
Functions
begin
Path
Link copied to clipboard
abstract
fun
beginPath
(
)
clip
Link copied to clipboard
abstract
fun
clip
(
fillRule
:
CanvasFillRule
)
abstract
fun
clip
(
path
:
Path2D
,
fillRule
:
CanvasFillRule
)
fill
Link copied to clipboard
abstract
fun
fill
(
fillRule
:
CanvasFillRule
)
abstract
fun
fill
(
path
:
Path2D
,
fillRule
:
CanvasFillRule
)
is
Point
In
Path
Link copied to clipboard
abstract
fun
isPointInPath
(
x
:
Double
,
y
:
Double
,
fillRule
:
CanvasFillRule
)
:
Boolean
abstract
fun
isPointInPath
(
path
:
Path2D
,
x
:
Double
,
y
:
Double
,
fillRule
:
CanvasFillRule
)
:
Boolean
is
Point
In
Stroke
Link copied to clipboard
abstract
fun
isPointInStroke
(
x
:
Double
,
y
:
Double
)
:
Boolean
abstract
fun
isPointInStroke
(
path
:
Path2D
,
x
:
Double
,
y
:
Double
)
:
Boolean
reset
Clip
Link copied to clipboard
abstract
fun
resetClip
(
)
stroke
Link copied to clipboard
abstract
fun
stroke
(
)
abstract
fun
stroke
(
path
:
Path2D
)