Shunde.NET Framework Class Library

ImageUtils.CreatedResizedCopy Method

Creates a thumbnail of the current image, keeping width/height dimensions

Overload List

Creates a thumbnail of the current image, keeping width/height dimensions

public static Bitmap CreatedResizedCopy(Image,Size,Boolean);

Creates a thumbnail of the current image, keeping width/height dimensions

public static Bitmap CreatedResizedCopy(Image,Int32,Int32,Boolean);

Creates a thumbnail of the current image, keeping width/height dimensions

public static Bitmap CreatedResizedCopy(Image,Int32,Int32,Boolean,Color);

Creates a thumbnail of the current image, keeping width/height dimensions

public static Bitmap CreatedResizedCopy(Image,Int32,Int32,Boolean,Color,VerticalAlign,HorizontalAlign);

See Also

ImageUtils Class | Shunde.Utilities Namespace