Click or drag to resize

RectangleD2DIntersectsWith Method

Tests if this rectangle and the provided rectangle intersects.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool IntersectsWith(
	RectangleD2D r
)

Parameters

r  RectangleD2D
The rectangle to test.

Return Value

Boolean
True if this rectangle and the provided rectangle have a non-empty intersection area; otherwise false.
See Also