Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Flipper 6.0 Help File - <b>fline()</b> g_exam28 http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
FLINE()                                                             G_EXAM28
   Draws a line between two points.

   Syntax
         FLINE(nX1,nY1,nX2,nY2,nColor)

   Arguments
         nX1         Starting absolute horizontal position.
         nY1         Starting absolute vertical position.
         nX2         Ending absolute horizontal position.
         nY2         Ending absolute vertical position.
         nColor      Palette color.

   Description
         FLINE() draws a line between the two points nX1,nY1 and nX2,nY2. The
         line pattern can be set with PAT_SETLIN().

         FLP_CAP can be used in place of nX,nY to draw the line at the current
         active point.

         FLP_STEP can be used to draw the line relative to the CAP or
         relative to a starting position.

See Also: CAP_MOVE() FBOX() FPOLY_LINE() PAT_SETLIN() PLINE()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson