User-1880854593 posted
I'm looking for a way to take an image control that I have on the page already and crop it. I've seen examples of taking an image from a file to do it, but when I try the same process for an image control, it never works. Any ideas?
User-599719271 posted
you can apply CSS clip properties to make it appear cropped. once it's in the page though, you're out of the realms of GDI+ - try the client-side forum.
User-2129582625 posted
If you wanted to do with GDI+, then using DrawImage (AGAIN REDRAWING) of the same image helps! Below example could helps you!
http://www.bobpowell.net/changing_resolution.htm