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

Rotate.InterpolationMode Property

Gets/sets interpolation algorithm used during rotation.

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 rotation.

Remarks

Default value is MediumQuality.

See Also

Reference