Click or drag to resize

RectInflate Method (Size)

Inflates this Rect by the specified amount.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public void Inflate(
	Size size
)

Parameters

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