RectfIntersect Method (Rectf) OpenCvSharp Class Library
Determines the CvRect structure that represents the intersection of two rectangles.

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

public Rectf Intersect(
	Rectf rect
)

Parameters

rect
Type: OpenCvSharp.CPlusPlusRectf
A rectangle to intersect.

Return Value

Type: Rectf

[Missing <returns> documentation for "M:OpenCvSharp.CPlusPlus.Rectf.Intersect(OpenCvSharp.CPlusPlus.Rectf)"]

See Also

Reference