| 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
Syntaxpublic Rect2d(
	double x,
	double y,
	double width,
	double height
)
Public Sub New ( 
	x As Double,
	y As Double,
	width As Double,
	height As Double
)
public:
Rect2d(
	double x, 
	double y, 
	double width, 
	double height
)
new : 
        x : float * 
        y : float * 
        width : float * 
        height : float -> Rect2dOpenCvSharp.Rect2d = function(x, y, width, height);
Parameters
- x
- Type: SystemDouble
 
- y
- Type: SystemDouble
 
- width
- Type: SystemDouble
 
- height
- Type: SystemDouble
 
 See Also
See Also