Structure containing the width and height of an image. More...
Functions | |
| Resolution (uint width=0, uint height=0) | |
| Default constructor. More... | |
Attributes | |
| System.UIntPtr | width |
| Width of the image in pixels. More... | |
| System.UIntPtr | height |
| Height of the image in pixels. More... | |
Structure containing the width and height of an image.
|
inline |
Default constructor.
| width | Width of the image in pixels. |
| height | Height of the image in pixels. |
| System.UIntPtr width |
Width of the image in pixels.
Referenced by Resolution.Resolution().
| System.UIntPtr height |
Height of the image in pixels.
Referenced by Resolution.Resolution().