ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearInterpolations Enumeration




ImGearInterpolations Enumeration
Specifies type of interpolation method.
Syntax
'Declaration
 
Public Enum ImGearInterpolations 
   Inherits System.Enum
 
'Usage
 
Dim instance As ImGearInterpolations
Members
MemberValueDescription
AVERAGE1Average value interpolation.
BICUBIC7Bicubic interpolation.
BILINEAR2Bilinear interpolation.
GRAYSCALE4Grayscale interpolation.
NEAREST_NEIGHBOR3Nearest neighborhood interpolation.
NONE0No interpolation.
PRESERVE_BLACK6Interpolation method that preserves black pixels.
PRESERVE_WHITE5Interpolation method that preserves white pixels.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Processing.ImGearInterpolations

See Also