Interface ImageBitmapRenderingContext
Index
Methods
Methods
transferFromImageBitmap
- transfer
From (bitmap): voidImage Bitmap Transfers the underlying bitmap data from imageBitmap to context, and the bitmap becomes the contents of the canvas element to which context is bound.
Parameters
- bitmap: ImageBitmap
Returns void
MDN Reference