height property
Gets the number of rows of physical device pixels in the CanvasImageData object.
Syntax
object.get_height(* p);
Property values
Type: unsigned long
The number of rows of physical device pixels in the CanvasImageData object.
Standards information
- HTML Canvas 2D Context, Section 13
Remarks
For an example of using length, see Sampling image colors with Canvas.