move Method
Moves the text from its current location by values of x and y.
Syntax
G:TEXT.move(intX, intY)
Parameters
intX Required. Distance to move the text left or right, X pixels along the X-axis. intY Required. Distance to move the text up or down, Y pixels along the Y-axis.
Return Value
No return value.
Remarks
X may be positive (an offset move to the right) or negative (an offset move to the left). Y may be positive (an offset move up) or negative (an offset move down).
Applies To
G:TEXT
See Also