Resizes the bitmap to the specified dimensions using a given interpolation algorithm.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public void Resize( Size size, ResizeInterpolationMode mode )
Type: System.Drawing.Size
A Size structure containing width and height of the resulting image.Type: Aurigma.GraphicsMill.Transforms.ResizeInterpolationMode
A ResizeInterpolationMode interpolation algorithm which used during the resize.