Emgu CV Library Documentation
P2 Property
NamespacesEmgu.CV.StructureLineSegment2DP2

www.emgu.com/wiki
An other point on the line
Declaration Syntax
C#Visual BasicVisual C++
public Point P2 { get; set; }
Public Property P2 As Point
public:
property Point P2 {
	Point get ();
	void set (Point value);
}

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