I have the following problem. I want to make some graphics in bitmap image like bond form
i can write a text in image but i will write more text in various posit
If Someone has trouble with this code lines:
using(Graphics graphics = Graphics.FromImage(bitmap))
The solution is :
Bitmap bitmap = (Bitmap)**System.Drawing.Image.FromFile**(@"C:\Documents and Settings\", true);