Click or drag to resize

RectUnion Method (Rect, Rect)

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static Rect Union(
	Rect a,
	Rect b
)

Parameters

a
Type: OpenCvSharpRect
A rectangle to union.
b
Type: OpenCvSharpRect
A rectangle to union.

Return Value

Type: Rect

[Missing <returns> documentation for "M:OpenCvSharp.Rect.Union(OpenCvSharp.Rect,OpenCvSharp.Rect)"]

See Also