Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- QuickBASIC 3.0 - <b>pset draw point on screen</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
PSET                     Draw Point on Screen

 PSET [STEP] (x,y) [,color]

    Plots a point at a specified screen location.

        STEP    If included, coordinates are relative to last graphics
                point referenced. If omitted, coordinates are absolute.

         x,y    Screen coordinates.

       color    Specifies the attribute of the point to be plotted. If
                color is omitted, the point is plotted in the current
                foreground color.

   ----------------------------------------------------------------------

      Notes:    PRESET is exactly the same statement, except that it plots
                by default in the background color.

See Also: PRESET

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