LM_Graphics:LineTo(x, y)
Version added: before 9.5
Draw a line from the current pen position to the given pixel
Arguments:
| Name | Type | Description | Default | Ver |
| x | int32 | X location | < 9.5 | |
| y | int32 | Y location | < 9.5 |
Return value:
void none
Draw a line from the current pen position to the given pixel.
Search results
Usage of 'LineTo' is found in the following scripts:
MR Curve Tool (Original Edition) by eugenebabich
View Code
MR Animate Points (Original Edition) by eugenebabich
View Code