ComponentOne Imaging for UWP
C1.UWP.Imaging Assembly / C1.Xaml.Imaging Namespace / InterpolationMode Enumeration

In This Topic
    InterpolationMode Enumeration
    In This Topic
    Represents the interpolation mode used to resize images.
    Syntax
    'Declaration
     
    Public Enum InterpolationMode 
       Inherits System.Enum
    public enum InterpolationMode : System.Enum 
    Members
    MemberDescription
    DefaultBalance between speed and quality.
    FastHigh performance, low quality.
    HighQualityHigh quality, slow performance.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Xaml.Imaging.InterpolationMode

    See Also