Produces a resized copy of a given bitmap. The source bitmap remains unchanged.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public static Bitmap Apply( Bitmap source, int width, int height, ResizeInterpolationMode mode )
Type: Aurigma.GraphicsMill.Bitmap
An Bitmap to resize.Type: System.Int32
The width of the resulting image.Type: System.Int32
The height of the resulting image.Type: Aurigma.GraphicsMill.Transforms.ResizeInterpolationMode
A InterpolationMode specifying interpolation algorithm used during the resize.