Click here to Skip to main content
15,893,588 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In my program the user chooses an image. I create a BitmapImage with the file they select. In the top left corner I have a smaller image that displays a section of their image. It doesnt need to be magnified, just separated. How can I achieve this?

Any ideas would be great! Thanks!
Posted

1 solution

You will need to look into image cropping.

Sacha wrote a pretty good article a while back using WPF and C#.
WPF Interactive Image Cropping Control[^]
 
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