TiffRational.TiffRational
TiffRational()
Initializes a new instance of the TiffRational class.
public TiffRational()
See Also
- class TiffRational
- namespace Aspose.PSD.FileFormats.Tiff
- assembly Aspose.PSD
TiffRational(uint)
Initializes a new instance of the TiffRational class.
public TiffRational(uint value)
| Parameter | Type | Description |
|---|---|---|
| value | UInt32 | The nominator value. |
Remarks
The nominator will be used as the value specified and denominator will be equal 1.
See Also
- class TiffRational
- namespace Aspose.PSD.FileFormats.Tiff
- assembly Aspose.PSD
TiffRational(uint, uint)
Initializes a new instance of the TiffRational class.
public TiffRational(uint nominator, uint denominator)
| Parameter | Type | Description |
|---|---|---|
| nominator | UInt32 | The nominator. |
| denominator | UInt32 | The denominator. |
See Also
- class TiffRational
- namespace Aspose.PSD.FileFormats.Tiff
- assembly Aspose.PSD