Click or drag to resize

RectIntersectsWith Method

Determines if this rectangle intersects with rect.

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

Parameters

rect
Type: OpenCvSharpRect
Rectangle

Return Value

Type: Boolean

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

See Also