Click or drag to resize

ILockableImage Interface

Interface for an image that can have its data locked for direct access

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface ILockableImage

The ILockableImage type exposes the following members.

Methods
  NameDescription
Public methodLock
Locks the data of the image to directly access the bytes of the image
Public methodUnlock
Unlocks the previously locked data
Top
See Also