RectfInflate Method (Size2f) OpenCvSharp Class Library
Inflates this Rect by the specified amount.

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void Inflate(
	Size2f size
)

Parameters

size
Type: OpenCvSharp.CPlusPlusSize2f
The amount to inflate this rectangle.
See Also

Reference