Show / Hide Table of Contents

Method RECT.Move


Overload

Moves this rectangle so that left=x and right=y. Does not change Width and Height.

public void Move(int x, int y)
Parameters
x  (int)
y  (int)