Converts the FIMEMORY structure specified in handle to a 32-bit value.

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

Syntax

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

Parameters

handle
Type: FreeImageAPI..::.FIMEMORY
A FIMEMORY structure to be converted into a 32-bit value.

Return Value

A 32-bit value initialized with the pointer of the FIMEMORY structure.

Version Information

FreeImage.NET

Supported in: 3.11.0

See Also