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_get()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
PIC_GET()
   Takes a snapshot of the screen called a PIC.

   Syntax
         PIC_GET(nX1,nY1,nX2,nY2)

   Arguments
         nX1, nY1    Defines the upper left position.
         nX2, nY2    Defines the lower right position.

   Returns
         None

   Description
         PIC_GET() takes a snapshot of the screen called a PIC.

         A picture grabbed into memory can only be 64K in size. For an EGA
         or VGA screen this means about one-half the screen.

See Also: PIC_FREE() PIC_PUT()

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