Click or drag to resize

PixelMemoryLock Method

Locks this instance of PixelMemory. For memory objects that are movable, this will prevent the PixelMemory from moving. Client code rarely needs to use this 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 Lock()
Exceptions
ExceptionCondition
PixelMemoryExceptionAttempt to lock PixelMemory during dispose.
See Also