interface ImageBitmap
ImageBitmap
interface represents a bitmap image which can be drawn to a canvas.
Properties Jump to heading
readonly
Jump to headingheight: number
The height of the bitmap.
readonly
Jump to headingwidth: number
The width of the bitmap.
Methods Jump to heading
Jump to headingclose(): void
Releases imageBitmap's resources.