Click or drag to resize

Line2DFitSize Method

Fits this line to the specified size (for drawing)

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public void FitSize(
	int width,
	int height,
	out Point pt1,
	out Point pt2
)

Parameters

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