ImageBuffer.WasLockedFlag Property

Returns the WasLockedFlag.
Syntax:
Public WasLockedFlag As Boolean
Remarks:

If IC Imaging Control tries to write to a locked buffer, it sets the WasLockedFlag to True and tries to write to the next buffer in the ring buffer. If a buffer was not locked, WasLockedFlag is set to False.

See also: ImageBuffer, ImageBuffer.Lock, ImageBuffer.Unlock, ImageBuffer.Locked

<< ImageBuffer