FreeImage.GetLockedPages Method

FreeImage.NET

FreeImageGetLockedPages Method
Retrieves a list locked pages of a multi-paged bitmap.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static int[] GetLockedPages(
	FIMULTIBITMAP dib
)

Parameters

dib
Type: FreeImageAPIFIMULTIBITMAP
Handle to a FreeImage multi-paged bitmap.

Return Value

Type: Int32
List containing the indexes of the locked pages.
Exceptions
ExceptionCondition
ArgumentNullExceptiondib is null.
See Also