CanvasTransform

external interface CanvasTransform

Functions

getTransform
Link copied to clipboard
abstract fun getTransform(): DOMMatrix
resetTransform
Link copied to clipboard
abstract fun resetTransform()
rotate
Link copied to clipboard
abstract fun rotate(angle: Double)
scale
Link copied to clipboard
abstract fun scale(x: Double, y: Double)
setTransform
Link copied to clipboard
abstract fun setTransform(transform: dynamic = definedExternally)
abstract fun setTransform(a: Double, b: Double, c: Double, d: Double, e: Double, f: Double)
transform
Link copied to clipboard
abstract fun transform(a: Double, b: Double, c: Double, d: Double, e: Double, f: Double)
translate
Link copied to clipboard
abstract fun translate(x: Double, y: Double)

Inheritors

CanvasRenderingContext2D
Link copied to clipboard