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