Liking cljdoc? Tell your friends :D
ClojureScript only.

web.canvas.ImageBitmapRenderingContext

The ImageBitmapRenderingContext interface is a canvas rendering that provides the functionality to replace the canvas's contents the given web.canvas.ImageBitmap. Its context id (the first to HTMLCanvasElement.getContext() or OffscreenCanvas.getContext()) "bitmaprenderer".

The ImageBitmapRenderingContext interface is a canvas rendering
that provides the functionality to replace the canvas's contents
the given `web.canvas.ImageBitmap`. Its context id (the first
to `HTMLCanvasElement.getContext()` or `OffscreenCanvas.getContext()`)
\"bitmaprenderer\".
raw docstring

transfer-from-image-bitmapcljs

(transfer-from-image-bitmap this bitmap)

Method.

[Experimental]

The ImageBitmapRenderingContext.transferFromImageBitmap() method the given web.canvas.ImageBitmap in the canvas associated with rendering context. The ownership of the ImageBitmap is transferred the canvas as well.

void ImageBitmapRenderingContext.transferFromImageBitmap(bitmap)

See also: https://developer.mozilla.org/en-US/docs/Web/API/ImageBitmapRenderingContext/transferFromImageBitmap

Method.

[Experimental]

The ImageBitmapRenderingContext.transferFromImageBitmap() method
the given `web.canvas.ImageBitmap` in the canvas associated with
rendering context. The ownership of the ImageBitmap is transferred
the canvas as well.

`void ImageBitmapRenderingContext.transferFromImageBitmap(bitmap)`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/ImageBitmapRenderingContext/transferFromImageBitmap`
sourceraw docstring

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

× close