Click or drag to resize
LineSegment2D Constructor
http://www.emgu.com
Create a line segment with the specific starting point and end point

Namespace: Emgu.CV.Structure
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public LineSegment2D(
	Point p1,
	Point p2
)

Parameters

p1
Type: System.DrawingPoint
The first point on the line segment
p2
Type: System.DrawingPoint
The second point on the line segment
See Also