Click or drag to resize

Rect2fIntersectsWith Method

Determines if this rectangle intersects with rect.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public bool IntersectsWith(
	Rect2f rect
)

Parameters

rect
Type: OpenCvSharpRect2f
Rectangle

Return Value

Type: Boolean

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

See Also