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