Move to the next element in the sequence

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public static void CV_NEXT_SEQ_ELEM(
	int elemSize,
	ref MCvSeqReader reader
)
Visual Basic (Declaration)
Public Shared Sub CV_NEXT_SEQ_ELEM ( _
	elemSize As Integer, _
	ByRef reader As MCvSeqReader _
)
Visual C++
public:
static void CV_NEXT_SEQ_ELEM(
	int elemSize, 
	MCvSeqReader% reader
)

Parameters

elemSize
Type: System..::.Int32
the size of the element
reader
Type: Emgu.CV.Structure..::.MCvSeqReader %
the sequence reader

See Also