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

In This Topic
    InterpolationMode Enumeration
    In This Topic
    Specifies the sampling or filtering mode to use when scaling an image.
    Syntax
    'Declaration
     
    Public Enum InterpolationMode 
       Inherits System.Enum
    public enum InterpolationMode : System.Enum 
    Members
    MemberDescription
    CubicA bicubic interpolation algorithm.
    FantA Fant resampling algorithm.
    HighQualityCubicA high quality bicubic interpolation algorithm.
    LinearA bilinear interpolation algorithm.
    NearestNeighborA nearest neighbor interpolation algorithm. Also known as nearest pixel or point interpolation.
    Inheritance Hierarchy

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

    See Also