height property

int get height

The height property of the HTMLImageElement interface indicates the height at which the image is drawn, in if the image is being drawn or rendered to any visual medium such as the screen or a printer; otherwise, it's the natural, pixel density corrected height of the image.

Implementation

external int get height;
set height (int value)

Implementation

external set height(int value);