I have a picture box loaded with an image.

I want to take part of that image say a 20 square pixel region to y+10 and copy that into an Image object ( so I can do stuff with it).

Then I want to take that and overlay it on another image, and be able to move it around and stuff.


Unfortunately I have no idea how to even start in VB.NET.

How do I chop out the part of the image that I want?

Eiredrake