Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - wndprint() prints the image of a window http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 WndPrint()             Prints the image of a window
--------------------------------------------------------------------------------

   Syntax:              WndPrint( <hWnd>, <hDCDestination>, <nRow>,
                                      <nCol>, <nScale> )  --> nil

   Parameters:

   <hWnd>               The handle of a window to make a printout.

   <hDCDestination>     Identifies the device context where the window
                        image is going to be copied.

   <nRow>, <nCol>       The coordinates were to place the image.

   <nScale>             An optional zoom factor. By default is 1.

   Returns:             nil

   Sample:              CLASS TWindow METHOD Print()

   Source code:         SOURCE\\WINAPI\\WndPrint.c

   See also:            CLASS TWindow


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