Editing Images

  • Thread starter Thread starter AT
  • Start date Start date
A

AT

Hi!
I need to creat a project, using C#, to open images.
Then, i want to select a part of the image (circle,
rectangle, ...) and save the bitmap selected to display
and use it when i want to. At the moment i can display
the image in the form but i can't do nothing more...
Please, if you can help me! :)

Thanks a lot!
Best regards...
 
Get yourself over to the framework.drawing group for questions such as this.

I also have articles in the GDI+ FAQ that will explain how to manipulate
images etc.

--
Bob Powell [MVP]
C#, System.Drawing

Check out the GDI+ FAQ
http://www.bobpowell.net/gdiplus_faq.htm

Buy quality Windows Forms tools
http://www.bobpowell.net/xray_tools.htm

Get the NEW must-have UI component. The .NET RectTracker
Enables CRectTracker like functionality for WindowsForms.
User defined layouts are a breeze.
http://www.bobpowell.net/recttracker.htm
 
Back
Top