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