Imaging.ResizeImage
Related Topics
See also
Class Imaging
West Wind Web Toolkit for ASP.NET
 Imaging.ResizeImage
public static bool ResizeImage(string filename,
	string outputFilename,
	int width,
	int height);

Parameters

string filename

string outputFilename

int width

int height

Overloads:

public static Bitmap ResizeImage(string filename, int width, int height);
public static Bitmap ResizeImage(Byte[] data, int width, int height);

See also:

Class Imaging


Last Updated: 12/15/12 | © West Wind Technologies, 1996-2012
Comment or report problem with topic