interface ImageBitmapprivateImageBitmap interface represents a bitmap image which can be drawn to a canvas. Propertiesreadonlyheight: numberThe height of the bitmap. readonlywidth: numberThe width of the bitmap. Methodsclose(): voidReleases imageBitmap's resources.
variable ImageBitmapImageBitmap represents a bitmap image which can be drawn to a canvas. Propertiesprototype: ImageBitmap