Article # 473, added by Geoworks, historical record
| first | previous | index | next | last |

GrDrawBitmap versus GrDrawImage.



Q. My bitmaps do not print at all. I think this is because I use the
   function GrDrawImage instead of GrDrawBitmap, but I have yet to test
   this theory.

A. GrDrawImage doesn't works when printing. You need to use GrDrawBitmap
   or GrFillBitmap.