Grabbing just a portion of an image file?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to be able to grab a certain part of an image file and import
that into my program. I have a camera that takes multiburst pictures and it
gives me 1 file with several images in it. If would like to be able to divid
up that large image into several independant pictures. Can someone give me a
hint on what class to look at that has this type of control? Thanks
 
Take a look a the GDI+ FAQ or The Beginners Guide to GDI+

There are a few examples in there to help you.

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

Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm

All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.
 

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

Back
Top