ImageGear for .NET
ImGearAliasModes Enumeration
See Also  Send Feedback
ImageGear21.Core Assembly > ImageGear.Display Namespace : ImGearAliasModes Enumeration




Glossary Item Box

Identifies different types of image aliasing.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

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

©2013. Accusoft Corporation. All Rights Reserved.