VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Tiff Namespace / TiffRational Class / TiffRational Constructors / TiffRational Constructor(UInt32,UInt32)
Syntax Requirements SeeAlso
In This Topic
    TiffRational Constructor(UInt32,UInt32)
    In This Topic
    Initializes a new instance of the TiffRational class.
    Syntax
    'Declaration
    
    <CLSCompliantAttribute(False)>
    Public Function New( _
    ByVal numerator
    The numerator of a fraction.
    As UInteger, _
    ByVal denominator
    The denominator of a fraction.
    As UInteger _
    )
    [CLSCompliant(False)]
    public TiffRational(
    uint numerator,
    uint denominator
    )
    [CLSCompliant(False)]
    public: TiffRational(
    uint numerator,
    uint denominator
    )
    [CLSCompliant(False)]
    public:
    TiffRational(
    uint numerator,
    uint denominator
    )

    Parameters

    numerator
    The numerator of a fraction.
    denominator
    The denominator of a fraction.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also