Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I want to add annotation over image and save this annoted image for future use using WPF.
Please help me.
Thanks in advance.

Sonal
Posted
Comments
rameshKumar1717 23-Apr-14 8:35am    
You will need to use RenderTargetBitmap to draw the Image element and associated annotation adorners to disk. First I'd try just rendering the Image to the RTB and hope it draws the annotations too. If it does, you're done. If it does not, then you will need to figure out a way to loop over the annotation adorner controls and render them after you've rendered the Image element.

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