TiffSRational Constructor (Int32) |
Namespace:
Aspose.CAD.FileFormats.Tiff
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic TiffSRational(
int value
)
Public Sub New (
value As Integer
)
public:
TiffSRational(
int value
)
new :
value : int -> TiffSRationalParameters
- value
- Type: SystemInt32
The nominator value.
RemarksThe nominator will be used as the value specified and denominator will be equal 1.
See Also