[C#]
static Point Subtract(Point pt, Size sz);
[Visual Basic]
Shared Function Subtract(pt As Point, sz As Size) As Point
None.