ILockableImageLock Method |
Locks the data of the image to directly access the bytes of the image
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax Function Lock As BitmapData
abstract Lock : unit -> BitmapData
Return Value
Type:
BitmapDataA
BitmapData object with information about the locked data
Remarks
This locks the data to read and write to directly using unsafe pointers. After reading or updating
the data, you must call
Unlock(BitmapData) to unlock the data.
See Also