ICImagingControl.DisplayImageBuffer Method

When the property ICImagingControl.LiveDisplay is False , then a call to ICImagingControl.DisplayImageBuffer displays the given buffer in the control window
Syntax:
[C#]
public void DisplayImageBuffer(ImageBuffer Buffer); public void DisplayImageBuffer(IFrame Buffer);
Parameter Description
Buffer

Specifies the buffer to display.

See also: ICImagingControl, ICImagingControl.LiveDisplay, ImageBuffer, ICImagingControl.Display

<< ICImagingControl