Emgu CV Library Documentation
VPrev Property
NamespacesEmgu.CVContour<(Of <(T>)>)VPrev

www.emgu.com/wiki
Same as v_prev pointer in CvSeq
Declaration Syntax
C#Visual BasicVisual C++
public Contour<T> VPrev { get; set; }
Public Property VPrev As Contour(Of T)
public:
property Contour<T>^ VPrev {
	Contour<T>^ get ();
	void set (Contour<T>^ value);
}

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)