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