Converts the FITAG structure specified in handle to an IntPtr.
            
    Namespace: 
   FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# | 
|---|
public static implicit operator IntPtr ( FITAG handle )  | 
| Visual Basic (Declaration) | 
|---|
Public Shared Widening Operator CType ( _ handle As FITAG _ ) As IntPtr  | 
| Visual C++ | 
|---|
static implicit operator IntPtr ( FITAG handle )  | 
Parameters
- handle
 - Type: FreeImageAPI..::.FITAG
A FITAG structure to be converted into an IntPtr.