ILockableImageUnlock Method |
Unlocks the previously locked data
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax void Unlock(
BitmapData bitmapData
)
Sub Unlock (
bitmapData As BitmapData
)
abstract Unlock :
bitmapData : BitmapData -> unit
Parameters
- bitmapData
- Type: Eto.DrawingBitmapData
The data previously locked via the Lock method
Remarks
This will unlock the data, and in some platforms write the data back to the image. You must
call this method before using the bitmap again.
See Also