Resolution Struct Reference

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

Detailed Description

Structure containing the width and height of an image.

Constructor and Destructor

◆ Resolution()

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

Default constructor.

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

Variables

◆ width

System.UIntPtr width

Width of the image in pixels.

Referenced by Resolution.Resolution().

◆ height

System.UIntPtr height

Height of the image in pixels.

Referenced by Resolution.Resolution().