ImageGear22.Core Assembly > ImageGear.Display Namespace : ImGearAliasModes Enumeration |
'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
Member | Value | Description |
---|---|---|
NONE | 0 | Anti-aliasing is not used. |
PRESERVE_BLACK | 2 | This mode directs ImageGear to preserve black pixels while drawing. |
PRESERVE_WHITE | 3 | This mode directs ImageGear to preserve white pixels while drawing. |
SCALE_TO_GRAY | 1 | The scale-to-gray algorithm is used. The output is in 8 bits per pixel format. |
System.Object
System.ValueType
System.Enum
ImageGear.Display.ImGearAliasModes