CvRectIntersectsWith Method OpenCvSharp Class Library
Determines if this rectangle intersects with rect.

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

public bool IntersectsWith(
	CvRect rect
)

Parameters

rect
Type: OpenCvSharpCvRect
Rectangle

Return Value

Type: Boolean

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

See Also

Reference