Resolution

Resolution class

Represents class for holding image resolution.

The Resolution type exposes the following members:

Constructors

NameDescription
Resolution(value)Initializes a new instance of the Resolution class
Resolution(value_x, value_y)Initializes a new instance of the Resolution class

Properties

NameDescription
xGets or sets horizontal image resolution.
yGets or sets vertical image resolution.

See Also