Method Intersect
Intersect(RectangleF)
Creates a Rectangle that represents the intersection between this Rectangle and rect.
public void Intersect(RectangleF rect)
Parameters
rect
RectangleF
Intersect(RectangleF, RectangleF)
Creates a rectangle that represents the intersection between a and b. If there is no intersection, an empty rectangle is returned.
public static RectangleF Intersect(RectangleF a, RectangleF b)
Parameters
a
RectangleFb
RectangleF