Click here to Skip to main content
15,892,199 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to crop and resize an image in a WPF application using c#, i tried with different methods got from google and in all the methods they are entering the height and width of the image in two textbox and crop the image based on the user inputs in a button click.Actually I dont want to crop the image by entering the height and width manually,I am looking for some methods which can be done through the mouse events which is more user friendly.Please suggest me some solutions or links to refer.

Thanks in advance
Posted
Updated 11-Dec-14 21:10pm
v2
Comments
Sergey Alexandrovich Kryukov 12-Dec-14 3:12am    
What have you tried so far?
—SA

1 solution

See, for example, this CodeProject article: A Photoshop-like Cropping Adorner for WPF[^].

—SA
 
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