Represents the interpolation mode used to resize images.

Namespace:  C1.Phone.Imaging
Assembly:  C1.Phone.Imaging (in C1.Phone.Imaging.dll)

Syntax

C#
public enum InterpolationMode
Visual Basic
Public Enumeration InterpolationMode

Members

Member nameDescription
Default Balance between speed and quality.
Fast High performance, low quality.
HighQuality High quality, slow performance.

See Also