[C#]
void Shrink(double inX, double inY);
[Visual Basic]
Sub Shrink(inX As Double, inY As Double)
Adjust the rectangle position and size so that it is smaller of the same amount on each side.
None.