CanvasTransform

external interface CanvasTransform

Functions

Link copied to clipboard
abstract fun getTransform(): DOMMatrix
Link copied to clipboard
abstract fun resetTransform()
Link copied to clipboard
abstract fun rotate(angle: Double)
Link copied to clipboard
abstract fun scale(x: Double, y: Double)
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)
Link copied to clipboard
abstract fun transform(    a: Double,     b: Double,     c: Double,     d: Double,     e: Double,     f: Double)
Link copied to clipboard
abstract fun translate(x: Double, y: Double)

Inheritors

Link copied to clipboard