ocliff
02-03-2005, 02:35 AM
hi,
i have done some code that draws graphics to the printer using GDI. I want to let the users 'print' to a image, so that they can save a high resolution picture on their computer. The function that does the actual printing takes a dc, width, length and dpi. I would like to send it a dc that can be used for saving to bmp, this is not possible with the printers hdc. How do I accomplish that?
i have done some code that draws graphics to the printer using GDI. I want to let the users 'print' to a image, so that they can save a high resolution picture on their computer. The function that does the actual printing takes a dc, width, length and dpi. I would like to send it a dc that can be used for saving to bmp, this is not possible with the printers hdc. How do I accomplish that?