RectangleDIntersectsWith(RectangleD) Method

Check this rectangle interescts with second rectangle. This return also true if the second rectangle is included.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool IntersectsWith(
	RectangleD Rect
)

Parameters

Rect  RectangleD
Second rectangle

Return Value

Boolean
True if there is an intersecting point or it is included.

See Also