CvRectInflate Method (CvSize) OpenCvSharp Class Library
Inflates this CvRect by the specified amount.

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

public void Inflate(
	CvSize size
)

Parameters

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

Reference