Win32Bmp() > Methods |
Draws the bitmap image to a printer.
:draw( <oWin32Prn>, <aRectangle> ) --> lSuccess
Method :draw() sends a loaded bitmap image to the printer specified with <oWin32Prn>. The coordinates passsed with <aRectangle> are printer coordinates. i.e. they tell the Win32Prn object, where to print the bitmap on paper.
If the rectangle <aRectangle> does not match the size of the bitmap image, the image is automatically scaled and/or transformed to the size of <aRectangle>.
http://www.xHarbour.com