Initializes a new instance of the Resize class using the specified dimensions and interpolation algorithm.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public Resize( Size size, ResizeInterpolationMode interpolationMode )
Type: System.Drawing.Size
A Size structure containing width and height of the resulting image. You can change these parameters later using Width and Height property.Type: Aurigma.GraphicsMill.Transforms.ResizeInterpolationMode
A InterpolationMode specifying interpolation algorithm used during the resize. You can change this value later using the InterpolationMode property.