How to print graphics to Printer


What I am doing is making a bunch of Rectangles on the Canvas, Putting some text in the rectangles. Really a stupid spreadsheet type look.

Now that it is all done, I want to print the results to a Printer.

------------------------- BEST SO FAR ----------------
// now, print the pages
Printer()->BeginDoc();
{
(( WHAT TO PUT HERE? ))
}
Printer()->EndDoc();
---------------------------------------------------------
Topic archived. No new replies allowed.