Creates and initializes Resize class instance. You can specify here new width/height, and interpolation algorithm.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub New ( _ size As Size, _ interpolationMode As InterpolationMode _ )
public Resize( Size size, InterpolationMode interpolationMode )
Type: System.Drawing.Size
Size structure containing width and height of resized bitmap. You can change these parameters later using Width and Height property.Type: Aurigma.GraphicsMill.Transforms.InterpolationMode
InterpolationMode value specifying interpolation algorithm used during resizing. You can change it later via InterpolationMode property.