Click or drag to resize

RectInflate Method (Int32, Int32)

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(
	int width,
	int height
)

Parameters

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