public class Imaging : object
| Member | Description | |
|---|---|---|
![]() |
Constructor | |
![]() ![]() |
ResizeImage | Creates a resized bitmap from an existing image on disk. Resizes the image by creating an aspect ratio safe image. Image is sized to the larger size of width height and then smaller size is adjusted by aspect ratio. public static Bitmap ResizeImage(string filename,
int width, int height); public static Bitmap ResizeImage(Byte[] data,
int width, int height); public static bool ResizeImage(string filename,
string outputFilename, int width, int height); |