CvSeqTPopMulti Method OpenCvSharp Class Library
Removes several elements from the either end of sequence (cvSeqPopMulti).

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

public T[] PopMulti(
	int count,
	InsertPosition inFront
)

Parameters

count
Type: SystemInt32
Number of elements to pop.
inFront
Type: OpenCvSharpInsertPosition
The flags specifying the modified sequence end

Return Value

Type: T

[Missing <returns> documentation for "M:OpenCvSharp.CvSeq`1.PopMulti(System.Int32,OpenCvSharp.InsertPosition)"]

See Also

Reference