ImageGear .NET v25.1 - Updated
ImGearResampleModes Enumeration




ImageGear.Core Assembly > ImageGear.Display Namespace : ImGearResampleModes Enumeration
Specifies re-sampling mode.
Syntax
'Declaration
 
Public Enum ImGearResampleModes 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearResampleModes
public enum ImGearResampleModes : System.Enum 
__value public enum ImGearResampleModes : public System.Enum 
public enum class ImGearResampleModes : public System.Enum 
Members
MemberValueDescription
BILINEAR1Bilinear re-sampling is used.
NONE0Re-sampling is not used.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Display.ImGearResampleModes

See Also

Reference

ImageGear.Display Namespace