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