Image cropping using mouse events

  • Thread starter Thread starter kimiraikkonen
  • Start date Start date
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
 
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]
 
Back
Top