Overload | Description |
---|---|
Intersect(Rect) | Replaces this Rect with the intersection of itself and the specified Rect. |
Intersect(Rect,Rect) | Returns a third Rect structure that represents the intersection of two other Rect structures. If there is no intersection, an empty Rect is returned. |