I want to develop a program (in C#) that has following needs:
- I want a webcam to take a image and display it on a picturebox (THIS I CAN DO)
- Now i have a set of other images with me and i want to drag and drop these images on the clicked image and position them right with the mouse. Is it possible to put that photoshop functionality where you drag and position a picture over another and when you click save that becomes one single picture.It is more like i have a background image and i want to exactly position another image(s) onto the background image using the drag and drop functionality Any answers are most appreciated. Thanking you guys in advance.