www.emgu.com/wiki
Copies the entire sequence or subsequence to the specified buffer and returns the pointer to the buffer

Declaration Syntax

Parameters
- seq (IntPtr)
- Sequence
- elements (IntPtr)
- Pointer to the destination array that must be large enough. It should be a pointer to data, not a matrix header
- slice (MCvSlice)
- The sequence part to copy to the array

Return Value
the pointer to the buffer
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.3.0.0 (1.3.0.0)