kotlin-stdlib
JS
kotlin-stdlib
/
org.w3c.dom
/
CanvasRect
Canvas
Rect
JS
external
interface
CanvasRect
Functions
Inheritors
Functions
clear
Rect
Link copied to clipboard
JS
abstract
fun
clearRect
(
x
:
Double
,
y
:
Double
,
w
:
Double
,
h
:
Double
)
fill
Rect
Link copied to clipboard
JS
abstract
fun
fillRect
(
x
:
Double
,
y
:
Double
,
w
:
Double
,
h
:
Double
)
stroke
Rect
Link copied to clipboard
JS
abstract
fun
strokeRect
(
x
:
Double
,
y
:
Double
,
w
:
Double
,
h
:
Double
)
Inheritors
CanvasRenderingContext2D
Link copied to clipboard