Shunde.NET Framework Class Library

ImageUtils.CreatedResizedCopy Method (Image, Size, Boolean)

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

public static Bitmap CreatedResizedCopy(
   Image image,
   Size newSize,
   Boolean addWhiteSpace
);

Parameters

Image
Size
Boolean

See Also

ImageUtils Class | Shunde.Utilities Namespace | ImageUtils.CreatedResizedCopy Overload List