Bitmap.UnlockBits
Bitmap.UnlockBits method
Unlocks this Bitmap from system memory.
public void UnlockBits(BitmapData bitmapdata)
| Parameter | Type | Description |
|---|---|---|
| bitmapdata | BitmapData | A BitmapData specifying information about the lock operation. |
Exceptions
| exception | condition |
|---|---|
| Exception | The operation failed. |
See Also
- class BitmapData
- class Bitmap
- namespace Aspose.Page.Drawing
- assembly Aspose.Page