Click or drag to resize

Rect2dIntersectsWith Method

Determines if this rectangle intersects with rect.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public bool IntersectsWith(
	Rect2d rect
)

Parameters

rect
Type: OpenCvSharpRect2d
Rectangle

Return Value

Type: Boolean
See Also