Initializes a new instance based on the specified parameters.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public FIRational( FIRational r ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ r As FIRational _ ) |
| Visual C++ |
|---|
public: FIRational( FIRational r ) |
Parameters
- r
- Type: FreeImageAPI..::.FIRational
The structure to clone from.