ImageGear for .NET
ImGearInterpolations Enumeration
See Also  Send Feedback
ImageGear21.Core Assembly > ImageGear.Processing Namespace : ImGearInterpolations Enumeration




Glossary Item Box

Specifies type of interpolation method.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

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

©2013. Accusoft Corporation. All Rights Reserved.