C# Class ImageResizer.Resizer

显示文件 Open project: stevedesmond-ca/ImageResizer Class Usage Examples

Public Methods

Method Description
Resize ( string filePath, IEnumerable widths ) : void

Private Methods

Method Description
Resize ( string filePath, Image image, Size newSize ) : void

Method Details

Resize() public static method

public static Resize ( string filePath, IEnumerable widths ) : void
filePath string
widths IEnumerable
return void