Emgu CV Library Documentation
LineSegment2DF Constructor (p1, p2)
NamespacesEmgu.CV.StructureLineSegment2DFLineSegment2DF(PointF, PointF)

www.emgu.com/wiki
Create a line segment with the specific starting point and end point
Declaration Syntax
C#Visual BasicVisual C++
public LineSegment2DF(
	PointF p1,
	PointF p2
)
Public Sub New ( _
	p1 As PointF, _
	p2 As PointF _
)
public:
LineSegment2DF(
	PointF p1, 
	PointF p2
)
Parameters
p1 (PointF)
The first point on the line segment
p2 (PointF)
The second point on the line segment

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