NativeMethodscvSetSeqReaderPos Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.cvSetSeqReaderPos(System.IntPtr,System.Int32,System.Boolean)"]

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

public static void cvSetSeqReaderPos(
	IntPtr reader,
	int index,
	bool is_relative
)

Parameters

reader
Type: SystemIntPtr

[Missing <param name="reader"/> documentation for "M:OpenCvSharp.NativeMethods.cvSetSeqReaderPos(System.IntPtr,System.Int32,System.Boolean)"]

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:OpenCvSharp.NativeMethods.cvSetSeqReaderPos(System.IntPtr,System.Int32,System.Boolean)"]

is_relative
Type: SystemBoolean

[Missing <param name="is_relative"/> documentation for "M:OpenCvSharp.NativeMethods.cvSetSeqReaderPos(System.IntPtr,System.Int32,System.Boolean)"]

See Also

Reference