width property
int
get
width
The width
property of the
HTMLImageElement interface indicates the width at which an image is
drawn in if it's being drawn or rendered to
any visual medium such as a screen or printer. Otherwise, it's the
natural, pixel
density-corrected width of the image.
Implementation
external int get width;
set
width
(int value)
Implementation
external set width(int value);