I need to do the following:
1) Load picture (.jpg) in PictureBox/Image.
2) Load textbox on the picture and allow the user drag and drop the textbox into the picture and typing text into the textbox.
3) Saving the picture with this textbox as new file (.jpg)
I need to load/show textbox on the image and allow the user to insert text in the textbox. Then I need to save my picture with this text inside. This feature has to allow my user simple edditing of picture.
May be I can make screenshot of the picture with text and then save it to file???