Initializes a new instance of the Resize class using the specified settings.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public Resize( Size size, ResizeMode resizeMode )
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.ResizeMode
A ResizeMode which specifies how to interpret the resize dimensions. You can change this value later using the ResizeMode property.