Same as h_next pointer in CvSeq

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

Syntax

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

See Also