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:
MR Curve Tool (Original Edition) by eugenebabich
View Code
MR Animate Points (Original Edition) by eugenebabich
View Code
LF_Pencil (Beta version) by lucasfranca
View Code