C# Class ImageResizer.Resizer

Afficher le fichier Open project: stevedesmond-ca/ImageResizer Class Usage Examples

Méthodes publiques

Méthode Description
Resize ( string filePath, IEnumerable widths ) : void

Private Methods

Méthode Description
Resize ( string filePath, Image image, Size newSize ) : void

Method Details

Resize() public static méthode

public static Resize ( string filePath, IEnumerable widths ) : void
filePath string
widths IEnumerable
Résultat void