Liking cljdoc? Tell your friends :D
ClojureScript only.

web.ImageBitmapRenderingContext

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

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

transfer-from-image-bitmapcljs

(transfer-from-image-bitmap this bitmap)

Method.

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

void ImageBitmapRenderingContext.transferFromImageBitmap(bitmap)

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

Method.

The ImageBitmapRenderingContext.transferFromImageBitmap() method
the given `web.ImageBitmap` in the canvas associated with this
context. The ownership of the ImageBitmap is transferred to the
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