RectInflate Method (Rect, Int32, Int32) OpenCvSharp Class Library
Creates and returns an inflated copy of the specified Rect structure.

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static Rect Inflate(
	Rect rect,
	int x,
	int y
)

Parameters

rect
Type: OpenCvSharp.CPlusPlusRect
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: Rect

[Missing <returns> documentation for "M:OpenCvSharp.CPlusPlus.Rect.Inflate(OpenCvSharp.CPlusPlus.Rect,System.Int32,System.Int32)"]

See Also

Reference