Resize Constructor (Size, ResizeInterpolationMode)

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)

Syntax

C#
public Resize(
	Size size,
	ResizeInterpolationMode interpolationMode
)

Parameters

size

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.
interpolationMode

Type: Aurigma.GraphicsMill.Transforms.ResizeInterpolationMode

A InterpolationMode specifying interpolation algorithm used during the resize. You can change this value later using the InterpolationMode property.

See Also

Reference