Initializes a new instance of the FreeImageBitmap class. For internal use only.

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

Syntax

C#
protected internal FreeImageBitmap(
	FIBITMAP dib
)
Visual Basic (Declaration)
Protected Friend Sub New ( _
	dib As FIBITMAP _
)
Visual C++
protected public:
FreeImageBitmap(
	FIBITMAP dib
)

Parameters

dib
Type: FreeImageAPI..::.FIBITMAP

Exceptions

ExceptionCondition
System..::.ExceptionThe operation failed.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also