Intersects the rectangle with another rectangle.
[C#] virtual void Intersect(XRect rect) [Visual Basic] Overridable Sub Intersect(rect As XRect)
virtual void Intersect(XRect rect)
Overridable Sub Intersect(rect As XRect)
This rectangle becomes the intersection of this rectangle and the other rectangle.
None.