[This is preliminary documentation and is subject to change.]
Removes element from sequence beginning.
Namespace:
Emgu.CV
Assembly:
Emgu.CV (in Emgu.CV.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
| | | | | | | | |
| C# | | | Visual Basic | | | Visual C++ | |
public static void cvSeqPopFront(
IntPtr seq,
IntPtr element
)
Public Shared Sub cvSeqPopFront ( _
seq As IntPtr, _
element As IntPtr _
)
public:
static void cvSeqPopFront(
IntPtr seq,
IntPtr element
)
Parameters
- seq
- IntPtr
Sequence
- element
- IntPtr
If the pointer is not zero, the function copies the removed element to this location
See Also