I want to draw a text within an image in C# by using the method drawstring.But how can i obtain the co-ordinates of the clicked position and how can i relate this to the dimension of the image.
Please Help.
I want to draw a text within an image in C# by using the
Share
Working example:
You might want to use TextRenderer instead of DrawString. DrawString has issues.