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 - <b>method print( )class twindow</b> http://www.ousob.com [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
METHOD Print( )CLASS TWindow
--------------------------------------------------------------------------------
TWindow::Print( <oPrint>, <nRow>, <nCol>, <nZoom> )  -->

Parameters:

<oPrint>  A printer object created by either DEFINE PRINTER or by
          calling the New() method of the TPrinter() class.

<nRow>    The pixel row on the paper where the printing of the contents
          should start.

<nCol>    The pixel column on the paper where the printing of the
          contents should start.

<nZoom>   The enlargement factor that will be used when printing. It
          must be an integer value ( >= 1).

Function:
This method will send the contents of the window to a printer object so
that it will be printed.The printer is represented by the printer
object <oPrint> which should be a valid printer object. The scaling of
the picture on the paper can be controlled by <nZoom>.



Online resources provided by: http://www.ousob.com --- NG 2 HTML conversion by Dave Pearson