NativeMethodscvSeqPopMulti Method OpenCvSharp Class Library

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

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

public static void cvSeqPopMulti(
	IntPtr seq,
	IntPtr elements,
	int count,
	InsertPosition in_front
)

Parameters

seq
Type: SystemIntPtr

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

elements
Type: SystemIntPtr

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

count
Type: SystemInt32

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

in_front
Type: OpenCvSharpInsertPosition

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

See Also

Reference