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>pic_put()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
PIC_PUT()
   Places a PIC on the screen at an X,Y location.

   Syntax
         PIC_PUT(nX,nY,nAction)

   Arguments
         nX, nY      Sets the location of the picture.
         nAction     Defines the action.
                     1 - Overwrite screen.
                     2 - Invert image.
                     3 - bitwise And image.
                     4 - bitwise Or image.
                     5 - bitwise XOR image.

   Returns
         None

   Description
         PIC_PUT() places a PIC on the screen at an X,Y location. The PIC can
         be placed over the existing image in one of five different ways.

See Also: PIC_FREE() PIC_GET()

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