Create a line segment with the specific start point and end point
Namespace:
Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public LineSegment2DF( PointF p1, PointF p2 ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ p1 As PointF, _ p2 As PointF _ ) |
Visual C++ |
---|
public: LineSegment2DF( PointF p1, PointF p2 ) |
Parameters
- p1
- Type: System.Drawing..::.PointF
The first point on the line segment
- p2
- Type: System.Drawing..::.PointF
The second point on the line segment