Same as h_next pointer in CvSeq

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)

Syntax

         
 C#  Visual Basic  Visual C++ 
public Contour<T> HNext { get; set; }
Public Property HNext As Contour(Of T)
public:
property Contour<T>^ HNext {
	Contour<T>^ get ();
	void set (Contour<T>^ value);
}

See Also