TransformsProvider.Resize Method (Size, ResizeInterpolationMode)

Resizes the bitmap to the specified dimensions using a given interpolation algorithm.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public void Resize(
	Size size,
	ResizeInterpolationMode mode
)

Parameters

size

Type: System.Drawing.Size

A Size structure containing width and height of the resulting image.
mode

Type: Aurigma.GraphicsMill.Transforms.ResizeInterpolationMode

A ResizeInterpolationMode interpolation algorithm which used during the resize.

See Also

Reference