LM_Graphics:DrawLine(x1, y1, x2, y2)

Version added: before 9.5
Draw a line between two pixels

Arguments:

Name Type Description Default Ver
x1 real Start x location < 9.5
y1 real Start y location < 9.5
x2 real End x location < 9.5
y2 real End y location < 9.5

Return value:

void none
Draw a line between two pixels.
<< Back to LM_Graphics