CanvasRect

JS
1.1
interface CanvasRect
(source)

Functions

JS
1.1

clearRect

abstract fun clearRect (
x : Double ,
y : Double ,
w : Double ,
h : Double )
JS
1.1

fillRect

abstract fun fillRect (
x : Double ,
y : Double ,
w : Double ,
h : Double )
JS
1.1

strokeRect

abstract fun strokeRect (
x : Double ,
y : Double ,
w : Double ,
h : Double )

Inheritors