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