RectangleDIntersectsWith(Rectangle) Method

Check this rectangle interescts with second rectangle.

Definition

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

Parameters

rect  Rectangle
 

Return Value

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

See Also