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)
Changes this rectangle to the rectangle that represents the
intersection between this rectangle and the rectangle specified
in the rect
parameter.
public void Intersect(RectD rect)
Parameters
rect
RectD