Represents the interpolation mode used to resize images.
Namespace:
C1.Phone.ImagingAssembly: C1.Phone.Imaging (in C1.Phone.Imaging.dll)
Syntax
C# |
---|
public enum InterpolationMode |
Visual Basic |
---|
Public Enumeration InterpolationMode |
Members
Member name | Description | |
---|---|---|
Default | Balance between speed and quality. | |
Fast | High performance, low quality. | |
HighQuality | High quality, slow performance. |