[C#]
void Intersect(RectangleF rect); static RectangleF Intersect(RectangleF a, RectangleF b);
[Visual Basic]
Sub Intersect(rect As RectangleF) Shared Function Intersect(a As RectangleF, b As RectangleF) As RectangleF
None.