Method Intersect
Intersect(Rectangle, Rectangle)
Returns a third Rectangle structure that represents the intersection of two other Rectangle structures. If there is no intersection, an empty Rectangle is returned.
public static Rectangle Intersect(Rectangle a, Rectangle b)
Parameters
Returns
Intersect(Rectangle)
public void Intersect(Rectangle rect)