Click or drag to resize

LineSegment2DF Constructor

http://www.emgu.com
Create a line segment with the specific start point and end point

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public LineSegment2DF(
	PointF p1,
	PointF p2
)

Parameters

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