Re: [Win32Lib] stretchBlt a virtual window to Printer?
- Posted by DanM Jan 26, 2009
- 1010 views
DanM said...
I'll take a look at your GrPrint.ew (it's possible I already have it somewhere, too), but as far as I can see right now, stretchBlt has worked FINE, without apparently needing to know pixels per inch etc.
Andy,
Turns out I do already have your GrPrint.ew, and that I will need to know the proportional difference between print/vid pixels, in order to make sure I can prevent grids from being broken on page breaks. I left "bread crumbs" as I drew the grids on VirtScrn, indicating where each grid ended, in screen pixels. I'll see if your .ew makes easy reference to using that proportional difference to figure if a grid will be blt'd beyond print page length, but if anyone can easily describe how, that'd be ok too!
Dan