ImageBuffers is a collection of ImageBuffer objects. It represents the ring buffer used internally by Imaging Control. The ICImagingControl.ImageBuffers property returns an ImageBuffers collection.
Property | Description | ||
Active | Returns the ImageBuffer to which the control copied the last frame. |
||
Count | Returns the count of ImageBuffer objects in the collection. |
||
CurrentIndex | Returns the index of the ImageBuffer to which the control copied the last frame. |
||
Item | Returns the ImageBuffer at the specified position. |
||