Liking cljdoc? Tell your friends :D

web.canvas.ImageBitmap

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.
raw docstring

closecljs

(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`
sourceraw docstring

heightcljs

(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`
sourceraw docstring

set-height!cljs

(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`
sourceraw docstring

set-width!cljs

(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`
sourceraw docstring

widthcljs

(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`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close