[Missing <summary> documentation for "M:Emgu.CV.CvInvoke.cvChangeSeqBlock(Emgu.CV.Structure.MCvSeqReader@,System.Int32)"]

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

Syntax

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

Parameters

reader
MCvSeqReader%

[Missing <param name="reader"/> documentation for "M:Emgu.CV.CvInvoke.cvChangeSeqBlock(Emgu.CV.Structure.MCvSeqReader@,System.Int32)"]

direction
Int32

[Missing <param name="direction"/> documentation for "M:Emgu.CV.CvInvoke.cvChangeSeqBlock(Emgu.CV.Structure.MCvSeqReader@,System.Int32)"]

See Also