Returns true if the two rectangles intersect.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool Intersects(
RectHV that
)
Parameters
- that
- Type: Algs4NetRectHV
the other rectangle
Return Value
Type:
Booleantrue if this rectangle intersect the argument
rectangle at one or more points, including on the boundary
See Also