VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Tiff Namespace / TiffSRational Class / TiffSRational Constructors / TiffSRational Constructor(Single)
Syntax Remarks Requirements SeeAlso
In This Topic
    TiffSRational Constructor(Single)
    In This Topic
    Initializes a new instance of the TiffSRational class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal value
    The value.
    As Single _
    )
    public TiffSRational(
    float value
    )
    public: TiffSRational(
    float value
    )
    public:
    TiffSRational(
    float value
    )

    Parameters

    value
    The value.
    Remarks

    Valid values are from -2147483648 to 2147483647.

    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