Click or drag to resize

Rect2d Constructor (Double, Double, Double, Double)

Initializes a new instance of the Rect2d class

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public Rect2d(
	double x,
	double y,
	double width,
	double height
)

Parameters

x
Type: SystemDouble
y
Type: SystemDouble
width
Type: SystemDouble
height
Type: SystemDouble
See Also