ImageBuffers.Item Property

Returns the ImageBuffer at the specified position.
Syntax:
Public Item(Index As Long) As ImageBuffer
Parameter Description
Index

Specifies the index of the ImageBuffer to return. The index must be in the range [1, ImageBuffers.Count ], otherwise an error occurs.

Limitations:

Read only.

See also: ImageBuffers, ImageBuffer, ImageBuffers.Count

<< FrameHandlerSink.ImageBuffers