CanvasImageSource
interface CanvasImageSource : ImageBitmapSource
Inheritors
HTMLCanvasElement
Exposes the JavaScript HTMLCanvasElement to Kotlin
abstract class HTMLCanvasElement :
HTMLElement,
CanvasImageSource,
TexImageSource
HTMLOrSVGImageElement
interface HTMLOrSVGImageElement : CanvasImageSource
HTMLVideoElement
Exposes the JavaScript HTMLVideoElement to Kotlin
abstract class HTMLVideoElement :
HTMLMediaElement,
CanvasImageSource,
TexImageSource
ImageBitmap
Exposes the JavaScript ImageBitmap to Kotlin
abstract class ImageBitmap :
CanvasImageSource,
TexImageSource