public final class Resolution extends Object
Represents class for holding image resolution.
| Constructor and Description |
|---|
Resolution(int value)
Initializes a new instance of the
Resolution class. |
Resolution(int valueX,
int valueY)
Initializes a new instance of the
Resolution class. |
public Resolution(int value)
Initializes a new instance of the Resolution class.
value - Value which represents the horizontal and vertical resolution.public Resolution(int valueX,
int valueY)
Initializes a new instance of the Resolution class.
valueX - Horizontal resolution.valueY - Vertical resolution.Copyright © 2018 Aspose. All Rights Reserved.