Locks a page in memory for editing.

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

Syntax

C#
public static FIBITMAP LockPage(
	FIMULTIBITMAP bitmap,
	int page
)
Visual Basic (Declaration)
Public Shared Function LockPage ( _
	bitmap As FIMULTIBITMAP, _
	page As Integer _
) As FIBITMAP
Visual C++
public:
static FIBITMAP LockPage(
	FIMULTIBITMAP bitmap, 
	int page
)

Parameters

bitmap
Type: FreeImageAPI..::.FIMULTIBITMAP
Handle to a FreeImage multi-paged bitmap.
page
Type: System..::.Int32
Number of the page to lock.

Return Value

Handle to a FreeImage bitmap.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also