Hi.

What is the best way in C# to create graphics? more specifically, what are the best guidelines to say, make a rectangle on a document?

What I am trying to do is print out a page. And I am making a simple "invoice" - and of course I would like to have sub sections such as customer, recepient and so on.

So, I thought I would have these sections have rectangles, then within the rectangle to neatly line up or contain headings and so on.

how can I do this?

As well as this, does anyone know how I can put a line break or make a blank line on a PrintDocument object?

Thanks