[C#]
void Move(double inX, double inY);
[Visual Basic]
Sub Move(inX As Double, inY As Double)
Adjust the rectangle position by the specified offsets. Positive offsets move to the right and to up.
None.