Canvas ImageData height Property
Description
The height property returns the height of an ImageData object, in pixels.
Syntax
| imgData.height |
See Also:
Browser Support
The <canvas> element is an HTML5 standard (2014).
imageData.height is supported in all modern browsers:
| Chrome | Edge | Firefox | Safari | Opera | IE |
| Yes | Yes | Yes | Yes | Yes | 9-11 |
❮ Canvas Reference