MatLine Method (Point, Point, Scalar, Int32, LineType, Int32) OpenCvSharp Class Library
Draws a line segment connecting two points

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void Line(
	Point pt1,
	Point pt2,
	Scalar color,
	int thickness = 1,
	LineType lineType = LineType.Link8,
	int shift = 0
)

Parameters

pt1
Type: OpenCvSharp.CPlusPlusPoint
First point of the line segment.
pt2
Type: OpenCvSharp.CPlusPlusPoint
Second point of the line segment.
color
Type: OpenCvSharp.CPlusPlusScalar
Line color.
thickness (Optional)
Type: SystemInt32
Line thickness. [By default this is 1]
lineType (Optional)
Type: OpenCvSharpLineType
Type of the line. [By default this is LineType.Link8]
shift (Optional)
Type: SystemInt32
Number of fractional bits in the point coordinates. [By default this is 0]
See Also

Reference