Click or drag to resize

Rect2dInflate Method (Size2d)

Inflates this Rect by the specified amount.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public void Inflate(
	Size2d size
)

Parameters

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