CanvasRect

external interface CanvasRect

Functions

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

Inheritors

Link copied to clipboard