On Jan 18, 10:00 pm, rowe_newsgroups <rowe_em...@yahoo.comwrote:
On Jan 18, 12:33 pm, kimiraikkonen <kimiraikkone...@gmail.comwrote:
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]
Thanks Seth,
The code seems in C# however converted to VB.
I'll check this link out.