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