Converts the pointer specified in ptr to a FITAG structure.
            
    Namespace: 
   FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# | 
|---|
public static implicit operator FITAG ( int ptr )  | 
| Visual Basic (Declaration) | 
|---|
Public Shared Widening Operator CType ( _ ptr As Integer _ ) As FITAG  | 
| Visual C++ | 
|---|
static implicit operator FITAG ( int ptr )  | 
Parameters
- ptr
 - Type: System..::.Int32
A 32-bit value to be converted into a FITAG structure.