Click or drag to resize
ImageEditorResize Method (Size, InterpolationMode)
Resize the image using a specific interpolation mode

Namespace: Kettic.AspNet.Controls.Editor
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public void Resize(
	Size newSize,
	InterpolationMode intMode
)

Parameters

newSize
Type: System.DrawingSize
The new image size
intMode
Type: System.Drawing.Drawing2DInterpolationMode
The interpolation mode to use. All modes except NearestNeighbor will cause a small loss (1-2 px) of image data around the edges of the original image.
See Also