Click or drag to resize

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
BitmapData Lock()

Return Value

Type: BitmapData
A 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