C# Class Ushahidi.Common.Extensions.ImageExtensions

Image Extensions
显示文件 Open project: ushahidi/Ushahidi_WinMobile

Public Methods

Method Description
Resize ( this image, Size size ) : Image
Resize ( this sourcePath, string destinationPath, Size size ) : bool

Method Details

Resize() public static method

public static Resize ( this image, Size size ) : Image
image this
size System.Drawing.Size
return Image

Resize() public static method

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