Visual Basic
C#
Managed Extensions for C++
C++/CLI
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. |
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.
System.Object
System.ValueType
System.Enum
ImageGear.Display.ImGearAliasModes