Method CloneAndAutoScaleImage
CloneAndAutoScaleImage(Image)
Creates a scaled copy of the specified System.Drawing.Image control.
public static Image CloneAndAutoScaleImage(Image image)
Parameters
image
ImageImage to scale.
Returns
- Image
Scaled copy of the given System.Drawing.Image.
CloneAndAutoScaleImage(Image, float)
Creates a scaled copy of the specified System.Drawing.Image control.
public static Image CloneAndAutoScaleImage(Image image, float scaleFrom)
Parameters
Returns
- Image
Scaled copy of the given System.Drawing.Image.