Initializes a new instance of the FITAG structure to the value indicated by
            a specified pointer to a native FITAG structure.
            
    Namespace: 
   FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# | 
|---|
public FITAG( int ptr )  | 
| Visual Basic (Declaration) | 
|---|
Public Sub New ( _ ptr As Integer _ )  | 
| Visual C++ | 
|---|
public: FITAG( int ptr )  | 
Parameters
- ptr
 - Type: System..::.Int32
A pointer to a native FITAG structure.