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