ImageGear .NET - Updated
ImGearAliasModes Enumeration




ImageGear24.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
MemberDescription
NONEAnti-aliasing is not used.
PRESERVE_BLACKThis mode directs ImageGear to preserve black pixels while drawing.
PRESERVE_WHITEThis mode directs ImageGear to preserve white pixels while drawing.
SCALE_TO_GRAYThe 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