CanvasImageSource

JS
1.1
interface CanvasImageSource : ImageBitmapSource
(source)

Inheritors

JS
1.1

HTMLCanvasElement

Exposes the JavaScript HTMLCanvasElement to Kotlin

abstract class HTMLCanvasElement : 
    HTMLElement,
    CanvasImageSource,
    TexImageSource
JS
1.1

HTMLOrSVGImageElement

interface HTMLOrSVGImageElement : CanvasImageSource
JS
1.1

HTMLVideoElement

Exposes the JavaScript HTMLVideoElement to Kotlin

abstract class HTMLVideoElement : 
    HTMLMediaElement,
    CanvasImageSource,
    TexImageSource
JS
1.1

ImageBitmap

Exposes the JavaScript ImageBitmap to Kotlin

abstract class ImageBitmap : 
    CanvasImageSource,
    TexImageSource