| Rect2fInflate Method (Size2f) |
Inflates this Rect by the specified amount.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public void Inflate(
Size2f size
)
Public Sub Inflate (
size As Size2f
)
public:
void Inflate(
Size2f size
)
member Inflate :
size : Size2f -> unit
Parameters
- size
- Type: OpenCvSharpSize2f
The amount to inflate this rectangle.
See Also