Isu the Mule

Isu the Mule
- Name: [not set]
- Favorite Languages: [not set]
- Website: [not set]
- Location: [not set]
- About Me: [not set]
-
C# Tutorial - Image Editing: Saving, Cropping, and Resizing
01/07/2010 - 14:30
I'm using the cropping code, and I'm getting an outOfMemoryException error.
Bitmap frame = new Bitmap(picFinal.Image);
picMotion.Image = (Image)frame.Clone(new Rectangle(xStart, yStart, frame.Width, frame.Height), frame.PixelFormat);I don't even know where start with this.
Recent Comments