Line

Top  Previous  Next
Line( { init xPos, init yPos}, {final xPos, final yPos ) => draws a line from initial position to final position.

 

Init yPos (numeric)   : Vertical position of line start according to coordinate system.

 

Init xPos (numeric)   : Horizontal position to start drawing the line.

 

Final yPos (numeric) : Vertical position of line ending.

 

Final xPos (numeric) : Horizontal position of line ending.