RectInflate Method (Size)
|
Inflates this Rect by the specified amount.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic void Inflate(
Size size
)
Public Sub Inflate (
size As Size
)
public:
void Inflate(
Size size
)
member Inflate :
size : Size -> unit
Parameters
- size
- Type: OpenCvSharpSize
The amount to inflate this rectangle.
See Also