Converts the value of a FIURational structure to a Char structure.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public static explicit operator char ( FIURational value ) |
Visual Basic (Declaration) |
---|
Public Shared Narrowing Operator CType ( _ value As FIURational _ ) As Char |
Visual C++ |
---|
static explicit operator wchar_t ( FIURational value ) |
Parameters
- value
- Type: FreeImageAPI..::.FIURational
A FIURational structure.