Resolution Structure |
public struct Resolution
The Resolution type exposes the following members.
Name | Description | |
---|---|---|
Resolution(Double) | ||
Resolution(Double, Double) |
Name | Description | |
---|---|---|
XDpi | Horizontal resolution in DPI (dots per inch) | |
YDpi | Vertical resolution in DPI (dots per inch) |
Name | Description | |
---|---|---|
CalculateSize | Calculate the physical size of an object, e.g. an image, at that resolution. | |
ToString |
Returns a string that contains the values of this Resolution structure.
For example: "300DPI 300DPI".
(Overrides ValueTypeToString) |