Draws a line segment connecting two points
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- pt1
- Type: OpenCvSharp.CvPoint
First point of the line segment. - pt2
- Type: OpenCvSharp.CvPoint
Second point of the line segment. - color
- Type: OpenCvSharp.CvScalar
Line color. - thickness
- Type: System.Int32
Line thickness.
See Also