toggle menu
kilua-project
0.0.15
common
switch theme
search in API
kilua-dom
/
web.dom
/
CanvasRect
Canvas
Rect
interface
CanvasRect
:
JsAny
Inheritors
CanvasRenderingContext2D
Members
Functions
clear
Rect
Link copied to clipboard
abstract
fun
clearRect
(
x
:
Double
,
y
:
Double
,
w
:
Double
,
h
:
Double
)
fill
Rect
Link copied to clipboard
abstract
fun
fillRect
(
x
:
Double
,
y
:
Double
,
w
:
Double
,
h
:
Double
)
stroke
Rect
Link copied to clipboard
abstract
fun
strokeRect
(
x
:
Double
,
y
:
Double
,
w
:
Double
,
h
:
Double
)