Converts the FIMULTIBITMAP structure specified in handle to an IntPtr.

Namespace:  FreeImageAPI
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public static implicit operator IntPtr (
	FIMULTIBITMAP handle
)
Visual Basic (Declaration)
Public Shared Widening Operator CType ( _
	handle As FIMULTIBITMAP _
) As IntPtr
Visual C++
static implicit operator IntPtr (
	FIMULTIBITMAP handle
)

Parameters

handle
Type: FreeImageAPI..::.FIMULTIBITMAP
A FIMULTIBITMAP structure to be converted into an IntPtr.

Return Value

An IntPtr initialized with the pointer of the FIMULTIBITMAP structure.

Version Information

FreeImage.NET

Supported in: 3.11.0

See Also