- All Implemented Interfaces:
- OffscreenRenderingContext, RenderingContext
@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="ImageBitmapRenderingContext")
public class ImageBitmapRenderingContext
extends JsObject
implements OffscreenRenderingContext, RenderingContext
The ImageBitmapRenderingContext interface is a canvas rendering context that provides the functionality to replace the canvas's contents with the given ImageBitmap. Its context id (the first argument to HTMLCanvasElement.getContext() or OffscreenCanvas.getContext()) is "bitmaprenderer".
- See Also:
- ImageBitmapRenderingContext - MDN,
(HTML) # the-imagebitmaprenderingcontext-interface