ImageBitmap

abstract external class ImageBitmap : CanvasImageSource, TexImageSource

Exposes the JavaScript ImageBitmap to Kotlin

Constructors

ImageBitmap
Link copied to clipboard
JS
fun ImageBitmap()

Functions

close
Link copied to clipboard
JS
fun close()

Properties

height
Link copied to clipboard
JS
open val height: Int
width
Link copied to clipboard
JS
open val width: Int