|
-
July 14th, 1998, 10:56 AM
#2
Re: Print a bitmap
Dear Eran,
Printing a bitmap is exactly like displaying one:
You just do a bitblt, etc. to the printer DC, the same as to a display DC.
Be aware, however, that printers don't always support all the raster operation codes you might be using. You should do a GetDeviceCaps to make sure
that your blitting will work on the device
Also, postscript printers will not interpret most raster operation codes correctly in any event; this is frustrating if you have a transparency color in your bitmap.
Yours,
Wes Rogers
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|