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>fpic_put()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
FPIC_PUT()
   Places a picture from a file back to screen at an X,Y position.

   Syntax
         nIndex = FPIC_PUT(nX,nY,nIndex,nPICHandle)

   Arguments
         nX, nY      Sets the position for the upper left corner of the
                     picture on the screen.
         nIndex      Sets the picture's index number.
         nPICHandle  Defines the file where the picture was saved.

   Returns
         nIndex      Returns the position in the file where the picture was
                     saved. A -1 is returned if the save was unsuccessful.

   Description
         FPIC_PUT() places a picture nIndex from a file nPicHandle back
         to screen at an X,Y position.

See Also: FPIC_DEL() FPIC_GET() FPIC_PACK()

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