Summary

public static bool Intersect(ref RectangleF value1, ref RectangleF value2, out RectangleF result)

Creates a Rectangle defining the area where one rectangle overlaps with another rectangle.

Returns

bool

Parameters