ICImagingControl.ImageBuffers Property

Returns a collection of ImageBuffers, which represent the buffers in the ringbuffer.
Syntax:
[C#]
public ImageBuffer[] ImageBuffers;
Limitations:

Run time only, read only.

Information:

This property is deprecated since version 3.5.
Use the actual sink to get its image buffers.

See also: ICImagingControl, ImageBuffers, ICImagingControl.ImageRingBufferSize

<< ICImagingControl