Emgu CV Library Documentation
PopMulti Method (count, backOrFront)
NamespacesEmgu.CVSeq<(Of <(T>)>)PopMulti(Int32, BACK_OR_FRONT)

www.emgu.com/wiki
Pop multiple elements from the sequence
Declaration Syntax
C#Visual BasicVisual C++
public T[] PopMulti(
	int count,
	BACK_OR_FRONT backOrFront
)
Public Function PopMulti ( _
	count As Integer, _
	backOrFront As BACK_OR_FRONT _
) As T()
public:
array<T>^ PopMulti(
	int count, 
	BACK_OR_FRONT backOrFront
)
Parameters
count (Int32)
The number of elements to be poped
backOrFront (BACK_OR_FRONT)
The location the pop operation is started
Return Value
The elements poped from the sequence

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)