Determines if another rectangle intersects with this rectangle.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool Intersects(
RectD rec
)
Parameters
- rec RectD
- The rectangle to check.
Return Value
Boolean if the rectangles intersect; otherwise,
.
See Also