ImageGearJava Project > com.accusoft.imagegear.core Package : IImGearResolution Interface |
The following tables list the members exposed by IImGearResolution.
Name | Description | |
---|---|---|
convertUnits | Converts resolution data into new units. | |
getUnits | Gets resolution units.
| |
getXDenominator | Gets denominator of the X component of the resolution.
| |
getXNumerator | Gets numerator of the X component of the resolution.
| |
getYDenominator | Gets denominator of the Y component of the resolution.
| |
getYNumerator | Gets numerator of the Y component of the resolution.
| |
setUnits | Ыets resolution units.
| |
setXDenominator | Sets denominator of the X component of the resolution.
| |
setXNumerator | Sets numerator of the X component of the resolution.
| |
setYDenominator | Sets denominator of the Y component of the resolution.
| |
setYNumerator | Sets numerator of the Y component of the resolution.
|