Как изменить размер изображения C# ⇐ C#
-
Anonymous
Как изменить размер изображения C#
As Size, Width and Height are Get() properties of System.Drawing.Image;
How can I resize an Image object at run-time in C#?
Right now, I am just creating a new Image using:
// objImage is the original Image Bitmap objBitmap = new Bitmap(objImage, new Size(227, 171));
Источник: https://stackoverflow.com/questions/192 ... ge-c-sharp
As Size, Width and Height are Get() properties of System.Drawing.Image;
How can I resize an Image object at run-time in C#?
Right now, I am just creating a new Image using:
// objImage is the original Image Bitmap objBitmap = new Bitmap(objImage, new Size(227, 171));
Источник: https://stackoverflow.com/questions/192 ... ge-c-sharp
Мобильная версия