Rotate.InterpolationMode Property

Gets or sets the interpolation mode of the rotate transform.

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 during the rotate. The default value is Medium.

See Also

Reference