C1.Win.Bitmap.4.8 Assembly / C1.Win.Bitmap Namespace / InterpolationMode Enumeration

InterpolationMode Enumeration
Specifies the sampling or filtering mode to use when scaling an image.
Syntax
'Declaration
 
Public Enum InterpolationMode 
   Inherits 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.Win.Bitmap.InterpolationMode

See Also