Push multiple elements to the sequence
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
C# | Visual Basic | Visual C++ |
public void PushMulti( T[] data, BACK_OR_FRONT backOrFront )
Public Sub PushMulti ( _ data As T(), _ backOrFront As BACK_OR_FRONT _ )
public: void PushMulti( array<T>^ data, BACK_OR_FRONT backOrFront )
Parameters
- data
- array<T>[]()[][]
The data to push to the sequence
- backOrFront
- BACK_OR_FRONT
Specify if pushing to the back or front