I\'m using the the drawstring method of Graphics class to draw a String on Image.
g.DrawString(mytext, font, brush, 0, 0);
I\'m trying to
before g.DrawString(mytext, font, brush, 0, 0); use g.RotateTransform(45);
g.RotateTransform(45);