c++ - How do I print a wxImage with wxWidgets? -
i writing program using wxwidgets , need print wximage object. how do this? also, image needs scaled fill whole available print area? tried find information on google , found this.
however, couldn't understand based on page! great!
if need fine control on printing, must define own wxprintout-derived class. printing sample shows how , need explain problem more solving it.
in many cases, using wxhtmleasyprinting can enough, , easier -- won't take care of filling image on own, need scale yourself.
Comments
Post a Comment