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