TiffRational constructor
init
Initializes a new instance of the TiffRational
class.
def __init__(self):
...
init
Initializes a new instance of the TiffRational
class.
def __init__(self, value):
...
Parameter | Type | Description |
---|---|---|
value | int | The nominator value. |
Remarks
The nominator will be used as the value specified and denominator will be equal 1.
init
Initializes a new instance of the TiffRational
class.
def __init__(self, nominator, denominator):
...
Parameter | Type | Description |
---|---|---|
nominator | int | The nominator. |
denominator | int | The denominator. |
See Also
- module
aspose.cad.fileformats.tiff
- class
TiffRational