How to print using paint ?
Posted
#1
(In Topic #676)
Regular

I want to print in my local printer with paint from two sources an SVG file and a Paint class.
I use as base the Printing_Example from Cogier, in Gambas Farm, then i modify it.
But vector images are not very well quality.
the modified code is:
Code (gambas)
- HSplit1.Layout = [1, 2]
- Plotter.PaperHeight = 210
- Plotter.PaperWidth = 297
- Plotter.MarginBottom = 0
- Plotter.Print
- Paint.DrawImage(img, 0, 0, 297 * px, 210 * px,, xrect)
1 guest and 0 members have just viewed this.



