Click or drag to resize

Rect2dInflate Method (Double, Double)

Inflates this Rect by the specified amount.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public void Inflate(
	double width,
	double height
)

Parameters

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