Click or drag to resize

Rect2f Constructor (Point2f, Size2f)

Initializes a new instance of the Rect2f class

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public Rect2f(
	Point2f location,
	Size2f size
)

Parameters

location
Type: OpenCvSharpPoint2f
size
Type: OpenCvSharpSize2f
See Also