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 - <b>method line class twindow</b> draws a line http://www.ousob.com [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 METHOD Line CLASS TWindow    Draws a line
--------------------------------------------------------------------------------
   TWindow:Line( <nTop>, <nLeft>, <nBottom>, <nRight>  )  -->

Function: The method Line() will draw a line on th window associated
          with this TWindow() object. The coordinates that are passed
          are relative to the top left corner of this window. All
          coordinates should be in pixels.

Parameters:
<nTop>     --
            |
             -- These two parameters determine the starting point of
            |   the line.
<nLeft>    --

<nBottom>  --
            |
             -- These two parameters determine the ending point of
            |   the line.
<nRight>   --

Online resources provided by: http://www.ousob.com --- NG 2 HTML conversion by Dave Pearson