IMathRectanglesIntersect Method

Check Rectangles intersecting?

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static bool RectanglesIntersect(
	RectangleD Rect1,
	RectangleD Rect2
)

Parameters

Rect1  RectangleD
First Rectangle
Rect2  RectangleD
Second Rectangle

Return Value

Boolean
True if the rectangles are intersecting.

See Also