Intersects this rectangle with another rectangle.
[C#] void Intersect(XRect rect) [Visual Basic] Sub Intersect(rect As XRect)
void Intersect(XRect rect)
Sub Intersect(rect As XRect)
This rectangle becomes the intersection of this rectangle and the supplied rectangle.
If a null rectangle is passed, this rectangle will remain unchanged.
None.