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