ImageBuffer.Unlock Method

Unlocks the buffer
Syntax:
Public Sub Unlock()
Remarks:

Calling ImageBuffer.Lock prevents an image buffer from being overwritten by IC Imaging Control. Internally, a lock count is incremented. Calling Unlock decrements the lock count until it is 0. If the internal lock count is 0, the image buffer is unlocked and can be overwritten by IC Imaging Control.

Sample:

See ImageBuffer.Lock for an example.

See also: ImageBuffer, ImageBuffer.Lock, ImageBuffer.ForceUnlock, ImageBuffer.Locked, ImageBuffer.WasLockedFlag

<< ImageBuffer