CvSetSeqReaderPos Method (CvSeqReader, Int32) OpenCvSharp Class Library
Moves the reader to specified position

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

public static void SetSeqReaderPos(
	CvSeqReader reader,
	int index
)

Parameters

reader
Type: OpenCvSharpCvSeqReader
Reader state.
index
Type: SystemInt32
The destination position. If the positioning mode is used (see the next parameter) the actual position will be index mod reader->seq->total.
See Also

Reference