http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Shifts the sequence elements from the inserted position to the nearest end of the sequence and copies the element content there if the pointer is not IntPtr.Zero
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static IntPtr cvSeqInsert( IntPtr seq, int beforeIndex, IntPtr element ) |
Visual Basic |
---|
Public Shared Function cvSeqInsert ( _ seq As IntPtr, _ beforeIndex As Integer, _ element As IntPtr _ ) As IntPtr |
Visual C++ |
---|
public: static IntPtr cvSeqInsert( IntPtr seq, int beforeIndex, IntPtr element ) |
Parameters
- seq
- Type: System..::..IntPtr
Sequence
- beforeIndex
- Type: System..::..Int32
Index before which the element is inserted. Inserting before 0 (the minimal allowed value of the parameter) is equal to cvSeqPushFront and inserting before seq->total (the maximal allowed value of the parameter) is equal to cvSeqPush
- element
- Type: System..::..IntPtr
Inserted element