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