- All Implemented Interfaces:
- RenderingContext
@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="ImageBitmapRenderingContext")
public class ImageBitmapRenderingContext
extends java.lang.Object
implements 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,
ImageBitmapRenderingContext - HTML Living Standard