Click or drag to resize

Rect2fUnion Method (Rect2f)

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

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

Parameters

rect
Type: OpenCvSharpRect2f
A rectangle to union.

Return Value

Type: Rect2f
See Also