Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ImageBitmapRenderingContext

Index

Properties

Methods

Properties

canvas

Returns the canvas element that the context is bound to.

Methods

transferFromImageBitmap

  • transferFromImageBitmap(bitmap: ImageBitmap | null): void
  • 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

    Returns void

Generated using TypeDoc