The ImageBitmap interface represents a bitmap image which can
drawn to a <canvas>
without undue latency. It can be created
a variety of source objects using the createImageBitmap()
factory
ImageBitmap provides an asynchronous and resource efficient pathway
prepare textures for rendering in WebGL.
The ImageBitmap interface represents a bitmap image which can drawn to a `<canvas>` without undue latency. It can be created a variety of source objects using the `createImageBitmap()` factory ImageBitmap provides an asynchronous and resource efficient pathway prepare textures for rendering in WebGL.
(close this)
Method.
The ImageBitmap.close() method disposes of all graphical resources with an ImageBitmap.
void ImageBitmap.close()
See also: https://developer.mozilla.org/en-US/docs/Web/API/ImageBitmap/close
Method. The ImageBitmap.close() method disposes of all graphical resources with an ImageBitmap. `void ImageBitmap.close()` See also: `https://developer.mozilla.org/en-US/docs/Web/API/ImageBitmap/close`
(height this)
Property.
The read-only ImageBitmap.height property returns the web.canvas.ImageBitmap
height in CSS pixels.
See also: https://developer.mozilla.org/en-US/docs/Web/API/ImageBitmap/height
Property. The read-only ImageBitmap.height property returns the `web.canvas.ImageBitmap` height in CSS pixels. See also: `https://developer.mozilla.org/en-US/docs/Web/API/ImageBitmap/height`
(set-height! this val)
Property.
The read-only ImageBitmap.height property returns the web.canvas.ImageBitmap
height in CSS pixels.
See also: https://developer.mozilla.org/en-US/docs/Web/API/ImageBitmap/height
Property. The read-only ImageBitmap.height property returns the `web.canvas.ImageBitmap` height in CSS pixels. See also: `https://developer.mozilla.org/en-US/docs/Web/API/ImageBitmap/height`
(set-width! this val)
Property.
The read-only ImageBitmap.width property returns the web.canvas.ImageBitmap
width in CSS pixels.
See also: https://developer.mozilla.org/en-US/docs/Web/API/ImageBitmap/width
Property. The read-only ImageBitmap.width property returns the `web.canvas.ImageBitmap` width in CSS pixels. See also: `https://developer.mozilla.org/en-US/docs/Web/API/ImageBitmap/width`
(width this)
Property.
The read-only ImageBitmap.width property returns the web.canvas.ImageBitmap
width in CSS pixels.
See also: https://developer.mozilla.org/en-US/docs/Web/API/ImageBitmap/width
Property. The read-only ImageBitmap.width property returns the `web.canvas.ImageBitmap` width in CSS pixels. See also: `https://developer.mozilla.org/en-US/docs/Web/API/ImageBitmap/width`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close