How to Print Text & graphics combined? (repost)

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
This is a repost message I really appriciate any help on this...
I need to print graphics and text. What is the best way to do that (I like to use print preview)? I am using InkPicture control therefore the graphics contain both Image as well as ink strokes. Any help even partial answers will be appreciated
Regard
Kell
 
Most painting events (if not all) have a Graphics object passed to it. Or
you can use CreateGraphics to do so (its from Control I think, but may be
further down the chain). you can then use graphics.DrawString() to write
text.

-cJ
Kelly Dykstra said:
Hi.
This is a repost message I really appriciate any help on this....
I need to print graphics and text. What is the best way to do that (I like
to use print preview)? I am using InkPicture control therefore the graphics
contain both Image as well as ink strokes. Any help even partial answers
will be appreciated.
 
Back
Top