Creates a thumbnail of the current image, keeping width/height dimensions
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);
ImageUtils Class | Shunde.Utilities Namespace