Click or drag to resize
RectHVIntersects Method
Returns true if the two rectangles intersect.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool Intersects(
	RectHV that
)

Parameters

that
Type: Algs4NetRectHV
the other rectangle

Return Value

Type: Boolean
true if this rectangle intersect the argument rectangle at one or more points, including on the boundary
See Also