Click or drag to resize

Rect2dIntersectsWith Method

Determines if this rectangle intersects with rect.

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

Parameters

rect
Type: OpenCvSharpRect2d
Rectangle

Return Value

Type: Boolean

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

See Also