ICImagingControl.LiveStop Method

Calling this method stops the display of a live image previously started with the LiveStart method.
Syntax:
[C#]
public void LiveStop();
Remarks:

The property ICImagingControl.LiveCaptureLastImage determines if the LiveStop method should snap a frame before stopping the live mode.

See also: ICImagingControl, ICImagingControl.LiveStart, ICImagingControl.LiveVideoRunning

<< ICImagingControl