Click or drag to resize

Rect2f Constructor (Single, Single, Single, Single)

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(
	float x,
	float y,
	float width,
	float height
)

Parameters

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