Rect2fInflate Method (Single, Single)
|
Inflates this Rect by the specified amount.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic void Inflate(
float width,
float height
)
Public Sub Inflate (
width As Single,
height As Single
)
public:
void Inflate(
float width,
float height
)
member Inflate :
width : float32 *
height : float32 -> unit
function Inflate(width, height);
Parameters
- width
- Type: SystemSingle
The amount to inflate this Rectangle horizontally. - height
- Type: SystemSingle
The amount to inflate this Rectangle vertically.
See Also