Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>dfplot()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfPlot()
Displays a graphic pixel
------------------------------------------------------------------------------
Syntax:

     dfPlot( <nxPx>, <nyPx>, <nColor> ) --> NIL

Parameters:

     <nxPx>, <nyPx> Pixel coordinates.
     <nColor>   Pixel color.

Returns:

     NIL

Description:

     Displays a pixel in graphic mode.

Example:

     dfModGrf( 13 )         // Set the graphic mode
     dfPlot( 100, 160, 4 )  // Displays a point in the
                           //  middle of the screen

See also:

     dfDraw(), dfModGrf()

See Also: dfDraw() dfModGrf()

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