C# Class Ushahidi.Common.Extensions.ImageExtensions

Image Extensions
Afficher le fichier Open project: ushahidi/Ushahidi_WinMobile

Méthodes publiques

Méthode Description
Resize ( this image, Size size ) : Image
Resize ( this sourcePath, string destinationPath, Size size ) : bool

Method Details

Resize() public static méthode

public static Resize ( this image, Size size ) : Image
image this
size System.Drawing.Size
Résultat Image

Resize() public static méthode

public static Resize ( this sourcePath, string destinationPath, Size size ) : bool
sourcePath this
destinationPath string
size System.Drawing.Size
Résultat bool