width property
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;
Implementation
external set width(int value);