ImageBuffer.ForceUnlock Method
即座にロックカウントを0にします。これによってイメージバッファのロックが解除され、IC Imaging Control がそこに画像をコピーできるようになります。
構文
[VB.NET]
Public Sub ForceUnlock()
[C#]public void ForceUnlock();
備考
通常の場合はImageBuffer.Unlockクラスライブラリリファレンス>クラス>ImageBuffer>ImageBuffer.Unlock Methodを使用してください。もしロックを解除するイメージバッファがそれまでにどのぐらいの頻度でロックされていたのかがはっきりしない場合にはForceUnlockを使用してください。
関連項目
ImageAvailableEventArgs.ImageBufferクラスライブラリリファレンス>クラス>ImageAvailableEventArgs>ImageAvailableEventArgs.ImageBuffer Property, ImageBuffer.Unlockクラスライブラリリファレンス>クラス>ImageBuffer>ImageBuffer.Unlock Method, ImageBuffer.Lockクラスライブラリリファレンス>クラス>ImageBuffer>ImageBuffer.Lock Method, ImageBuffer.Lockedクラスライブラリリファレンス>クラス>ImageBuffer>ImageBuffer.Locked Property