Cylindrize.InterpolationMode Property

Gets or sets the 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

C#
public InterpolationMode InterpolationMode { get; set; }

Property Value

A InterpolationMode 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 cylindrizing.

See Also

Reference

Manual