ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Display Namespace / IImGearColorAntiAlias Interface / Method Property




In This Topic
    Method Property (IImGearColorAntiAlias)
    In This Topic
    Gets or sets a color anti-aliasing method to use.
    Syntax
    'Declaration
     
    Property Method As ImGearColorAliasModes
    'Usage
     
    Dim instance As IImGearColorAntiAlias
    Dim value As ImGearColorAliasModes
     
    instance.Method = value
     
    value = instance.Method
    ImGearColorAliasModes Method {get; set;}
    __property ImGearColorAliasModes get_Method();
    __property void set_Method( 
       ImGearColorAliasModes value
    );
    property ImGearColorAliasModes Method {
       ImGearColorAliasModes get();
       void set (    ImGearColorAliasModes value);
    }

    Property Value

    ImGearColorAliasModes enumeration value.
    Remarks
    This mode is applicable only if a non 1-bit-per-pixel image is to be drawn and if the destination image has a lower resolution than the original one, i.e., when the image is zoomed out.
    See Also