CvSeqReaderSetPos Method (Int32, Boolean) OpenCvSharp Class Library
Moves the reader to specified position (cvSetSeqReaderPos).

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

public void SetPos(
	int index,
	bool is_relative
)

Parameters

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.
is_relative
Type: SystemBoolean
If it is true, then index is a relative to the current position.
See Also

Reference