| IntersectsWith(IEdge) | Check the rectangle is intersection with a edge element. |
| IntersectsWith(Rectangle) | Check this rectangle interescts with second rectangle. |
| IntersectsWith(RectangleD) | Check this rectangle interescts with second rectangle. This return also true if the second rectangle is included. |
| IntersectsWith(RectangleF) | Check this rectangle interescts with second rectangle. |