FIRational Constructor (FITAG)

FreeImage.NET

FIRational Constructor (FITAG)
Initializes a new instance based on the specified parameters.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public FIRational(
	FITAG tag
)

Parameters

tag
Type: FreeImageAPIFITAG
The tag to read the data from.
See Also