Represents a bitmap image which can be drawn to a <canvas> without undue latency. It can be created from a variety of source objects using the createImageBitmap() function.
<canvas>
createImageBitmap()
https://developer.mozilla.org/docs/Web/API/ImageBitmap
Read-only property containing the height of the ImageBitmap in CSS pixels.
ImageBitmap
https://developer.mozilla.org/docs/Web/API/ImageBitmap/height
Read-only property containing the width of the ImageBitmap in CSS pixels.
https://developer.mozilla.org/docs/Web/API/ImageBitmap/width
Disposes of all graphical resources associated with the ImageBitmap.
https://developer.mozilla.org/docs/Web/API/ImageBitmap/close
Generated using TypeDoc
Represents a bitmap image which can be drawn to a
<canvas>
without undue latency. It can be created from a variety of source objects using thecreateImageBitmap()
function.See
https://developer.mozilla.org/docs/Web/API/ImageBitmap