Shrink the rectangle.
Syntax

[C#]

void Shrink(double inX, double inY);

[Visual Basic]

Sub Shrink(inX As Double, inY As Double)
Params
Name Description
inX The horizontal shrink.
inY The vertical shrink.
Notes

Adjust the rectangle position and size so that it is smaller of the same amount on each side.

Example

None.