Creates and returns an inflated copy of the specified CvRect structure.
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- rect
- Type: OpenCvSharpCvRect
The Rectangle with which to start. This rectangle is not modified. - x
- Type: SystemInt32
The amount to inflate this Rectangle horizontally. - y
- Type: SystemInt32
The amount to inflate this Rectangle vertically.
Return Value
Type: CvRect[Missing <returns> documentation for "M:OpenCvSharp.CvRect.Inflate(OpenCvSharp.CvRect,System.Int32,System.Int32)"]
See Also