ImageGear .NET v25.1 - Updated
ImGearInterpolations Enumeration




ImageGear.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
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

Reference

ImageGear.Processing Namespace