An other point on the line

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public Point P2 { get; set; }
Visual Basic (Declaration)
Public Property P2 As Point
Visual C++
public:
property Point P2 {
	Point get ();
	void set (Point value);
}

See Also