| 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
)
Public Sub Inflate (
width As Double,
height As Double
)
public:
void Inflate(
double width,
double height
)
member Inflate :
width : float *
height : float -> unit
Parameters
- width
- Type: SystemDouble
The amount to inflate this Rectangle horizontally. - height
- Type: SystemDouble
The amount to inflate this Rectangle vertically.
See Also