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>prt_screen()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
PRT_SCREEN()
   Prints the screen in the specified size and position.

   Syntax
         PRT_SCREEN(nWidth,nHeight,nLeftMargin,nTopMargin)

   Arguments
         nWidth      Sets the output width.
         nHeight     Sets the output height.
         nLeftMargin Sets the output left margin.
         nTopMargin  Sets the output top margin.

   Returns
         None

   Description
         PRT_SCREEN() prints the entire screen to the printer. You can
         specify the output size and position by specifying the appropriate
         arguments.

   Examples

               PRT_SCALE(2)                 && Scale as inches
               PRT_SCREEN(700,500,100,100)  && Print screen 7 inch by 5 inch
                                              && 1 inch from top, 1 inch over

See Also: PRT_SCALE()

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