Click or drag to resize

Rect2fInflate Method (Single, Single)

Inflates this Rect by the specified amount.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public void Inflate(
	float width,
	float height
)

Parameters

width
Type: SystemSingle
The amount to inflate this Rectangle horizontally.
height
Type: SystemSingle
The amount to inflate this Rectangle vertically.
See Also