NativeMethodscvSetSeqBlockSize Method OpenCvSharp Class Library

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

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

public static void cvSetSeqBlockSize(
	IntPtr seq,
	int delta_elems
)

Parameters

seq
Type: SystemIntPtr

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

delta_elems
Type: SystemInt32

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

See Also

Reference