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)

Any ideas how to implement that?