CanvasTransform

external interface CanvasTransform(source)

Since Kotlin

1.1

Inheritors

Functions

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