line .display  (  Xa ,  Ya ,  Xb ,  Yb  )  
                                     
Description :

This instruction draws a line from one point to another point.

Parameters :

  • X component of the starting position.
  • Y component of the starting position.
  • X component of the ending position.
  • Y component of the ending position.

Examples :