ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Display Namespace / ImGearResampleModes Enumeration




In This Topic
    ImGearResampleModes Enumeration
    In This Topic
    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