RectangleDIntersectsWith(RectangleF) 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(
	RectangleF Rect
)

Parameters

Rect  RectangleF
Second rectangle

Return Value

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

See Also