LM_Graphics:MoveTo(x, y)

Version added: before 9.5
Move the pen location to a given pixel

Arguments:

Name Type Description Default Ver
x int32 X location < 9.5
y int32 Y location < 9.5

Return value:

void none
Move the pen location to a given pixel. Nothing is drawn.

Search results

Usage of 'MoveTo' is found in the following scripts:

<< Back to LM_Graphics