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\".
(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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close