CvSeqPushFront Method (CvSeq) OpenCvSharp Class Library
Adds element to sequence beginning

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static IntPtr SeqPushFront(
	CvSeq seq
)

Parameters

seq
Type: OpenCvSharpCvSeq
Sequence.

Return Value

Type: IntPtr
pointer to the added element
See Also

Reference