| Rect2d Constructor (Point2d, Size2d) | 
        
         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(
	Point2d location,
	Size2d size
)
Public Sub New ( 
	location As Point2d,
	size As Size2d
)
public:
Rect2d(
	Point2d location, 
	Size2d size
)
new : 
        location : Point2d * 
        size : Size2d -> Rect2dOpenCvSharp.Rect2d = function(location, size);
Parameters
- location
- Type: OpenCvSharpPoint2d
 
- size
- Type: OpenCvSharpSize2d
 
 See Also
See Also