Friday, 23 August 2013

Write text on an image

Write text on an image

I am developing an image editor in which I have implemented rectangle,
lines and ellipse drawing functionality using mouse event and by using
Graphics.DrawLine(), Graphics.DrawRectangle() and Graphics.DrawEllipse().
I was searching for writing text on image but could not find any solution,
So what I mean is whenever click on image at any location the cursor will
change (like writing text in textbox) and I can start typing on that
location.
The Graphics.DrawString method is similar to what I am looking for but it
does not support dynamic typing

No comments:

Post a Comment