The line number in the souce where error is encountered

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public int Line { get; set; }
Public Property Line As Integer
	Get
	Set
public:
property int Line {
	int get ();
	void set (int value);
}

See Also