// Cut 50 pixels slice from the left side of picture
Bitmap bitmapName= new Bitmap(50, sth, PixelFormat.sth);
Graphics g = Graphics.FromImage(bitmapName);
g.DrawImageUnscaled(OriginalBitmap,....);
g.dispose();
Saturday, May 30, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment