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