Emgu CV Library Documentation
RemoveAt Method (index)
NamespacesEmgu.CVSeq<(Of <(T>)>)RemoveAt(Int32)

www.emgu.com/wiki
Removes element from sequence middle
Declaration Syntax
C#Visual BasicVisual C++
public void RemoveAt(
	int index
)
Public Sub RemoveAt ( _
	index As Integer _
)
public:
void RemoveAt(
	int index
)
Parameters
index (Int32)
Index of removed element

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