HTMLDocument::ImageDimensions
Constructors
- Specified(Int width,Int height)
- Unspecified()
Usage
Methods for giving image dimensions. Specified(width,height)
allows precise specification of image dimensions and for efficiency
this should always be used if those values are known. Unspecified
leaves the calculation to the client user-agent.
The width and height are given in pixels.