ImageGear .NET - Updated
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
public enum ImGearInterpolations : System.Enum 
__value public enum ImGearInterpolations : public System.Enum 
public enum class ImGearInterpolations : public System.Enum 
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