Overload List
| Overload | Description |
| Resolution Constructor() | The main constructor for the Resolution class. |
| Resolution Constructor(SizeF,GraphicsUnit) | Initializes a new instance of the Resolution class from the specified width, height and units. |
| Resolution Constructor(Single,Single,GraphicsUnit) | Initializes a new instance of the Resolution class from the specified width, height and units. |
| Resolution Constructor(SizeF,GraphicsUnit,Int32) | Initializes a new instance of the Resolution class from the specified width, height, units and precision. |
| Resolution Constructor(Single,Single,GraphicsUnit,Int32) | Initializes a new instance of the Resolution class from the specified width, height, units and precision. |
| Resolution Constructor(Resolution) | Initializes a new instance of the Resolution class. |
| Resolution Constructor(Resolution,Int32) | Initializes a new instance of the Resolution class. |
See Also