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: 1.0.0
Syntax
public Rect2f Intersect(
	Rect2f rect
)

Parameters

rect
Type: OpenCvSharpRect2f
A rectangle to intersect.

Return Value

Type: Rect2f

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

See Also