Click or drag to resize

PixelMemoryUnlock Method

Namespace:  Atalasoft.Imaging.Memory
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void Unlock()
Remarks
In a sequence of calls to Unlock, the memory will only actually be unlocked when all locks have been released. Every call to Lock should be balanced with a call to Unlock. When the PixelMemory is disposed, all pending locks will be released. Client code is encouraged to use the PixelMemoryLocker object to make lock management easier.
See Also