Overload | Description |
---|---|
Intersection(NRectangle,NRectangle) | Returns a third rectangle that represents the intersection of two rectangles. If there is no intersection, the Zero rectangle is returned. |
Intersection(NRectangle,NRectangle,NRectangle) | Returns a third rectangle that represents the intersection of two rectangles. If there is no intersection, the method returns false. |