ImageGear .NET - Updated July 5, 2018
ImGearInterpolations Enumeration




ImageGear24.Core Assembly > ImageGear.Processing Namespace : ImGearInterpolations Enumeration
Specifies type of interpolation method.
Syntax
'Declaration
 
Public Enum ImGearInterpolations 
   Inherits System.Enum
 
'Usage
 
Dim instance As ImGearInterpolations
Members
MemberDescription
AVERAGEAverage value interpolation.
BICUBICBicubic interpolation.
BILINEARBilinear interpolation.
GRAYSCALEGrayscale interpolation.
NEAREST_NEIGHBORNearest neighborhood interpolation.
NONENo interpolation.
PRESERVE_BLACKInterpolation method that preserves black pixels.
PRESERVE_WHITEInterpolation method that preserves white pixels.
Inheritance Hierarchy

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

See Also

Reference

ImageGear.Processing Namespace