ImageBitmap

The ImageBitmap interface represents a bitmap image which can be drawn to a canvas without undue latency.

MDN Reference

Properties

Link copied to clipboard
val height: Int

The ImageBitmap.height read-only property returns the ImageBitmap object's height in CSS pixels.

Link copied to clipboard
val width: Int

The ImageBitmap.width read-only property returns the ImageBitmap object's width in CSS pixels.

Functions

Link copied to clipboard
fun close()

The ImageBitmap.close() method disposes of all graphical resources associated with an ImageBitmap.