Click or drag to resize

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
public Rect2d(
	Point2d location,
	Size2d size
)

Parameters

location
Type: OpenCvSharpPoint2d
size
Type: OpenCvSharpSize2d
See Also