[C#]
static Rectangle operator - (Rectangle r, Point p);
[Visual Basic]
Shared Function Operator - (r As Rectangle, p As Point) As Rectangle
None.