Texturize.InterpolationMode Property

Gets or sets an interpolation algorithm used during resizing.

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

Syntax

C#
public InterpolationMode InterpolationMode { get; set; }

Property Value

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

See Also

Reference