kilua-project
Toggle table of contents
0.0.19
common
Platform filter
common
Switch theme
Search in API
kilua-project
kilua-dom
/
web.dom
/
CanvasRect
Canvas
Rect
interface
CanvasRect
:
JsAny
(
source
)
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
)