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