| RectInflate Method (Int32, Int32) |
Inflates this Rect by the specified amount.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public void Inflate(
int width,
int height
)
Public Sub Inflate (
width As Integer,
height As Integer
)
public:
void Inflate(
int width,
int height
)
member Inflate :
width : int *
height : int -> unit
Parameters
- width
- Type: SystemInt32
The amount to inflate this Rectangle horizontally. - height
- Type: SystemInt32
The amount to inflate this Rectangle vertically.
See Also