RectangleDIntersectsWith(RectangleD) Method
Check this rectangle interescts with second rectangle. This return also true if the second rectangle is included.
Namespace: PCBI.MathUtilsAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
public bool IntersectsWith(
RectangleD other
)
Public Function IntersectsWith (
other As RectangleD
) As Boolean
public:
bool IntersectsWith(
RectangleD other
)
member IntersectsWith :
other : RectangleD -> bool
- other RectangleD
-
BooleanTrue if there is an intersecting point or it is included.