FreeImage.NET Class Library Reference
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: Int32List containing the indexes of the locked pages.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | dib is null. |
See Also