Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hello,
I am designing project which has following specificity,
1.Capture image from web cam and transfer it a picture box or panel.
2.The captured image will be the background image.
3.I need to drag and drop another image on the background image(which was captured by web cam).
Like this http://www.ray-ban.com/india/science/virtual-mirror
I have the cropped image of the jewellery
This is for a jewelery store desktop .
Any help to relating code for topics is appreciated.
Thanking in advance.
Posted

You will probably be best advised to use the WPF Thumb class:

http://msdn.microsoft.com/en-us/library/system.windows.controls.primitives.thumb.aspx

There is a very good article (which was found using a simple article search in the search box you can see towards the top right of your screen, i suggest using it in future before posting a question as its a lot quicker ;p) on the use of both the thumb control and adorner layers, located here:

WPF Diagram Designer: Part 1

That should cover everything you need to know
 
Share this answer
 
First of all thanks a lot for directing me to the example.I am trying to remove the selector from the content control like the one executed in the adorner example. I cant seem to do it. Any idea how you can do that. Remove the selector from the content control in the thumb example.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900