FreeImage.UnlockPage Method

FreeImage.NET

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

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static void UnlockPage(
	FIMULTIBITMAP bitmap,
	FIBITMAP data,
	bool changed
)

Parameters

bitmap
Type: FreeImageAPIFIMULTIBITMAP
Handle to a FreeImage multi-paged bitmap.
data
Type: FreeImageAPIFIBITMAP
Handle to a FreeImage bitmap.
changed
Type: SystemBoolean
If true, the page is applied to the multi-page bitmap.
See Also