ICImagingControl.Display Method

Displays the current image buffer in IC Imaging Control's window.
Syntax:
[C#]
public void Display();
Remarks:

This method can only be used, if the property ICImagingControl.LiveDisplay was set to False. In this case, IC Imaging Control would not display the live video. When the Display method is called, only the current frame in the image buffer is displayed.

See also: ICImagingControl, ICImagingControl.LiveDisplay, ICImagingControl.DisplayImageBuffer

<< ICImagingControl