Converts the pointer specified in ptr to a FIBITMAP structure.

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

Syntax

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

Parameters

ptr
Type: System..::.IntPtr
A 32-bit value to be converted into a FIBITMAP structure.

Return Value

A FIBITMAP structure initialized with the specified pointer.

Version Information

FreeImage.NET

Supported in: 3.11.0

See Also