Initializes a new instance of the Resolution class from the specified width, height and units.
Syntax
Parameters
- width
- A float value which represents the width of the current image.
- height
- A float value which represents the height of the current image.
- units
- A System.Drawing.GraphicsUnit enumeration value which represents the unit of measure of the current image.
See Also