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

Cylindrize.InterpolationMode Property

Gets/sets interpolation mode of the transform (i.e. algorithm which is used to resample bitmap).

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 in the transform.

Remarks

As usual fast interpolation algorithms produces lower quality comparing to slow ones, and vice versa. That's why using this property you can select between speed and quality of resizing.

Default value is MediumQuality.

See Also

Reference