Unlocks a previously locked page and gives it back to the multi-page engine.
Namespace:
FreeImageAPIAssembly: 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.