Click or drag to resize

RectUnion Method (Rect)

Gets a Rect structure that contains the union of two Rect structures.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public Rect Union(
	Rect rect
)

Parameters

rect
Type: OpenCvSharpRect
A rectangle to union.

Return Value

Type: Rect
See Also