Click here to Skip to main content
15,886,568 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i want to crop a user image (like gmail image cropping in add photo) using c#
Posted
Updated 21-Dec-09 19:34pm
v2

Did you search on google?

Here is the first link that I found [^].
 
Share this answer
 
To crop an image, you create a new image of the right size, and draw the section you want into it. If you want to provide UI to do that, you just have the user click and drag to define a box, which you draw for them, and then use it's bounds to crop with. You should perhaps try to do this for yourself and ask specific questions as you get stuck.
 
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