Click or drag to resize

Rect2fIntersect Method (Rect2f)

Determines the Rect2f structure that represents the intersection of two rectangles.

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

Parameters

rect
Type: OpenCvSharpRect2f
A rectangle to intersect.

Return Value

Type: Rect2f
See Also