TransformsProvider.Resize Method (Size, ResizeInterpolationMode, ResizeMode)

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

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

Syntax

C#
public void Resize(
	Size size,
	ResizeInterpolationMode interpolationMode,
	ResizeMode resizeMode
)

Parameters

size

Type: System.Drawing.Size

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

Type: Aurigma.GraphicsMill.Transforms.ResizeInterpolationMode

A ResizeInterpolationMode interpolation algorithm which used during the resize.
resizeMode

Type: Aurigma.GraphicsMill.Transforms.ResizeMode

A ResizeMode which specifies how to interpret the resize dimensions.

See Also

Reference