Initializes a new instance based on the specified parameters.

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

Syntax

C#
public FIURational(
	FIURational r
)
Visual Basic (Declaration)
Public Sub New ( _
	r As FIURational _
)
Visual C++
public:
FIURational(
	FIURational r
)

Parameters

r
Type: FreeImageAPI..::.FIURational
The structure to clone from.

Version Information

FreeImage.NET

Supported in: 3.11.0

See Also