CanvasRect

external interface CanvasRect

Functions

clearRect
Link copied to clipboard
abstract fun clearRect(x: Double, y: Double, w: Double, h: Double)
fillRect
Link copied to clipboard
abstract fun fillRect(x: Double, y: Double, w: Double, h: Double)
strokeRect
Link copied to clipboard
abstract fun strokeRect(x: Double, y: Double, w: Double, h: Double)

Inheritors

CanvasRenderingContext2D
Link copied to clipboard