http://www.emgu.com [Missing <summary> documentation for "M:Emgu.CV.CvInvoke.cvChangeSeqBlock(Emgu.CV.Structure.MCvSeqReader@,System.Int32)"]
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static void cvChangeSeqBlock(
ref MCvSeqReader reader,
int direction
) |
Visual Basic |
---|
Public Shared Sub cvChangeSeqBlock ( _
ByRef reader As MCvSeqReader, _
direction As Integer _
) |
Visual C++ |
---|
public:
static void cvChangeSeqBlock(
MCvSeqReader% reader,
int direction
) |
Parameters
- reader
- Type: Emgu.CV.Structure..::..MCvSeqReader%
[Missing <param name="reader"/> documentation for "M:Emgu.CV.CvInvoke.cvChangeSeqBlock(Emgu.CV.Structure.MCvSeqReader@,System.Int32)"]
- direction
- Type: System..::..Int32
[Missing <param name="direction"/> documentation for "M:Emgu.CV.CvInvoke.cvChangeSeqBlock(Emgu.CV.Structure.MCvSeqReader@,System.Int32)"]
See Also