RectangleD2DIntersectsWith Method |
Tests if this rectangle and the provided rectangle intersects.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool IntersectsWith(
RectangleD2D r
)
Parameters
- r RectangleD2D
- The rectangle to test.
Return Value
BooleanTrue if this rectangle and the provided rectangle have a non-empty intersection area; otherwise
false.
See Also