ImageBitmapinterface ImageBitmap {readonly height: number;readonly width: number;close(): void;}var ImageBitmap: {prototype: ImageBitmap; new (): ImageBitmap; };§Properties§readonly height: number[src]Returns the intrinsic height of the image, in CSS pixels. §readonly width: number[src]Returns the intrinsic width of the image, in CSS pixels. §Methods§close(): void[src]Releases imageBitmap's underlying bitmap data.