The readonly ImageData.height
property returns the number of rows in the image data object.
imagedata.height
var imagedata = new ImageData(100, 100); imagedata.height; // 100
Specification | Status | Comment |
---|---|---|
WHATWG HTML Living Standard The definition of 'ImageData.height' in that specification. | Living Standard | Initial definition. |
Feature | Chrome | Edge | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|---|
Basic support | (Yes) | (Yes) | 14 (14) | 9.0 | 9.0 | 3.1 |
Feature | Android | Android Webview | Edge | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile | Chrome for Android |
---|---|---|---|---|---|---|---|---|
Basic support | (Yes) | (Yes) | (Yes) | 14.0 (14) | (Yes) | (Yes) | (Yes) | (Yes) |
© 2005–2017 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/ImageData/height