Click or drag to resize

PixelMemoryLLUnlock Method

Subclasses of PixelMemory implement this method to unlock the memory.

Namespace:  Atalasoft.Imaging.Memory
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected virtual void LLUnlock()
Remarks
LLUnlock is called by Unlock only when it is necessary to actually unlock the memory. Unlock manages both thread safety as well as accumulation of locks. For any number of calls to Unlock, there will be precisely one call to LLUnlock when there are no further lock requests. It is also guaranteed that LLUnlock can only be called by one thread at a time.
See Also