This documentation is for the old version. Go to the latest Graphics Mill docs

Combiner.InterpolationMode Property

Gets/sets interpolation algorithm used during resizing (occurred when SourceRectangle or source bitmap has different dimension from DestinationRectangle).

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

Syntax

Visual Basic
Public Property InterpolationMode As InterpolationMode
C#
public InterpolationMode InterpolationMode { get; set; }

Property Value

InterpolationMode value specifying interpolation algorithm used during resizing.

Remarks

Default value is MediumQuality.

See Also

Reference