CvLine2DFitSize Method OpenCvSharp Class Library
Fits this line to the specified size (for drawing)

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

public void FitSize(
	int width,
	int height,
	out CvPoint pt1,
	out CvPoint pt2
)

Parameters

width
Type: SystemInt32
Width of fit size
height
Type: SystemInt32
Height of fit size
pt1
Type: OpenCvSharpCvPoint
1st edge point of fitted line
pt2
Type: OpenCvSharpCvPoint
2nd edge point of fitted line
See Also

Reference