Initializes a new instance based on the specified parameters.

Namespace:  FreeImageAPI
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public FIRational(
	FITAG tag
)
Visual Basic (Declaration)
Public Sub New ( _
	tag As FITAG _
)
Visual C++
public:
FIRational(
	FITAG tag
)

Parameters

tag
Type: FreeImageAPI..::.FITAG
The tag to read the data from.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also