Resolution Struct Reference

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...
 

Detailed Description

Structure containing the width and height of an image.

Constructor and Destructor

◆ Resolution()

Resolution ( int  width = 0,
int  height = 0 
)
inline

Default constructor.

Parameters
widthWidth of the image in pixels.
heightHeight of the image in pixels.

Variables

◆ width

int width

Width of the image in pixels.

Referenced by Resolution.Resolution().

◆ height

int height

Height of the image in pixels.

Referenced by Resolution.Resolution().