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>( T[] elements, InsertPosition inFront ) where T : struct, new()
Parameters
- elements
- Type: T
Added elements. - inFront
- Type: OpenCvSharpInsertPosition
The flags specifying the modified sequence end
Type Parameters
- T
- Element type
See Also