Removes element from sequence beginning.
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public static void cvSeqPopFront( IntPtr seq, IntPtr element ) |
Visual Basic (Declaration) |
---|
Public Shared Sub cvSeqPopFront ( _ seq As IntPtr, _ element As IntPtr _ ) |
Visual C++ |
---|
public: static void cvSeqPopFront( IntPtr seq, IntPtr element ) |
Parameters
- seq
- Type: System..::.IntPtr
Sequence
- element
- Type: System..::.IntPtr
If the pointer is not zero, the function copies the removed element to this location