Initializes a new instance of the FIMULTIBITMAP structure to the value indicated by a specified pointer to a native FIMULTIBITMAP structure.

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

Syntax

C#
public FIMULTIBITMAP(
	int ptr
)
Visual Basic (Declaration)
Public Sub New ( _
	ptr As Integer _
)
Visual C++
public:
FIMULTIBITMAP(
	int ptr
)

Parameters

ptr
Type: System..::.Int32
A pointer to a native FIMULTIBITMAP structure.

Version Information

FreeImage.NET

Supported in: 3.11.0

See Also