Structure containing the width and height of an image. More...
Functions | |
| Resolution (int width=0, int height=0) | |
| Default constructor. More... | |
Attributes | |
| int | width |
| Width of the image in pixels. More... | |
| int | 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. |
| int width |
Width of the image in pixels.
Referenced by Resolution.Resolution().
| int height |
Height of the image in pixels.
Referenced by Resolution.Resolution().