e.Graphics.DrawString(srt, font, brush, point) print a string in a straight line.
what if i have a really long, like real long, by that i mean really long string. its just gonna print the string over the paper.
how do i make that the string goes to new line when it hits the margin.
This is a WinForms example with a PictureBox on the form.