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:
Public Sub DisplayImageBuffer(Buffer As ImageBuffer)
Parameter Description
Buffer

Specifies the buffer to display.

Limitations:

Run time only, read only.

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

<< ICImagingControl