xor2
Programmer
- Mar 24, 2005
- 22
Hi!
I draw on memory bitmap with screen's DPI (96 pixels per inch).
To print this i have to redraw it with printer's DPI (about 300 DPI).
At the beginining I've wanted to create so huge memory bitmap and then draw it on printer's canvas, but system doesn;t want to create so huge bitmap ...
So, my question is, how to redraw it on printer's canvas?
Thanks
I draw on memory bitmap with screen's DPI (96 pixels per inch).
To print this i have to redraw it with printer's DPI (about 300 DPI).
At the beginining I've wanted to create so huge memory bitmap and then draw it on printer's canvas, but system doesn;t want to create so huge bitmap ...
So, my question is, how to redraw it on printer's canvas?
Thanks