Resize.InterpolationMode Property

Gets or sets the interpolation mode of the resize transform.

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

Syntax

C#
public ResizeInterpolationMode InterpolationMode { get; set; }

Property Value

A InterpolationMode specifying interpolation algorithm used during the resize. The default value is Medium.

See Also

Reference