Class Resolution

Resolution class

Represents class for holding image resolution.

public sealed class Resolution

Constructors

NameDescription
Resolution(int)Initializes a new instance of the Resolution class.
Resolution(int, int)Initializes a new instance of the Resolution class.

Properties

NameDescription
X { get; set; }Gets or sets horizontal image resolution.
Y { get; set; }Gets or sets vertical image resolution.

See Also