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




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

    Property Value

    ImGearAliasModes enumeration value.
    Remarks
    This mode is applicable only if a 1-bit-per-pixel image is to be drawn and if the destination image has a lower resolution than the original one.
    See Also