Bitmap originalBmp = (Bitmap)Image.FromFile(filename);Bitmap newBmp = new Bitmap(originalBmp, newSize);
Post a Comment
No comments:
Post a Comment