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