Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - line draws a line. http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Line             Draws a line.
--------------------------------------------------------------------------------

 Syntax:          <oPrn>:Line( <nTop>, <nLeft>, <nBottom>, <nRight>, <oPen> )
                                 -->  <lSuccess>

 Parameters:

 <nTop>           The coordinates of the line to draw. By default they are
 <nLeft>          expressed in pixels, unless a different SetMapMode() mode
 <nBottom>        is selected.
 <nRight>

 <oPen>           It is an optional pen object to use for painting the box.
                  To create it use:

                  DEFINE PEN oPen STYLE ... COLOR ... WIDTH ...

 Returns:         A logical value indicating if the operation was
                  successfully performed.


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