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