Unlocks a previously locked page and gives it back to the multi-page engine.

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

Syntax

C#
public static void UnlockPage(
	FIMULTIBITMAP bitmap,
	FIBITMAP data,
	bool changed
)
Visual Basic (Declaration)
Public Shared Sub UnlockPage ( _
	bitmap As FIMULTIBITMAP, _
	data As FIBITMAP, _
	changed As Boolean _
)
Visual C++
public:
static void UnlockPage(
	FIMULTIBITMAP bitmap, 
	FIBITMAP data, 
	bool changed
)

Parameters

bitmap
Type: FreeImageAPI..::.FIMULTIBITMAP
Handle to a FreeImage multi-paged bitmap.
data
Type: FreeImageAPI..::.FIBITMAP
Handle to a FreeImage bitmap.
changed
Type: System..::.Boolean
If true, the page is applied to the multi-page bitmap.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also