ImageGear .NET v25.1 - Updated
ImGearAliasModes Enumeration




ImageGear.Core Assembly > ImageGear.Display Namespace : ImGearAliasModes Enumeration
Identifies different types of image aliasing.
Syntax
'Declaration
 
Public Enum ImGearAliasModes 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearAliasModes
public enum ImGearAliasModes : System.Enum 
__value public enum ImGearAliasModes : public System.Enum 
public enum class ImGearAliasModes : public System.Enum 
Members
MemberValueDescription
NONE0Anti-aliasing is not used.
PRESERVE_BLACK2This mode directs ImageGear to preserve black pixels while drawing.
PRESERVE_WHITE3This mode directs ImageGear to preserve white pixels while drawing.
SCALE_TO_GRAY1The scale-to-gray algorithm is used. The output is in 8 bits per pixel format.
Remarks
Applicable only if a 1-bit-per-pixel image is to be drawn and only if the destination image has a lower resolution than the original one.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Display.ImGearAliasModes

See Also

Reference

ImageGear.Display Namespace