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