Image cropping using mouse events

K

kimiraikkonen

Hi,
I want to crop and save specified image area which is in a picturebox
with freehand using cursor, using mouseDown, mouseUp and mouseMove
events. How can crop an image with freehand (using mouse events of
course) within a picturebox control?

Thanks
 
R

rowe_newsgroups

Hi,
I want to crop and save specified image area which is in a picturebox
with freehand using cursor, using mouseDown, mouseUp and mouseMove
events. How can crop an image with freehand (using mouse events of
course) within a picturebox control?

Thanks

The mouse events should be fairly easy to figure out (if not let me
know) so here's the GDI+ stuff you'll need:

http://www.bobpowell.net/changing_resolution.htm

Thanks,

Seth Rowe [MVP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top