Determine if this rectangle intersects with another.
[C#] bool IntersectsWith(XRect rect)
bool IntersectsWith(XRect rect)
If a null rectangle is passed this function will return false.
None.