CvGetSeqReaderPos Method OpenCvSharp Class Library
Returns the current reader position

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static int GetSeqReaderPos(
	CvSeqReader reader
)

Parameters

reader
Type: OpenCvSharpCvSeqReader
Reader state.

Return Value

Type: Int32
the current reader position
See Also

Reference