CvSeqTPushMulti Method (T, InsertPosition) OpenCvSharp Class Library
Pushes several elements to the either end of sequence (cvSeqPushMulti).

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

public void PushMulti(
	T[] elements,
	InsertPosition inFront
)

Parameters

elements
Type: T
Added elements.
inFront
Type: OpenCvSharpInsertPosition
The flags specifying the modified sequence end
See Also

Reference