InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / ImageDitherOption Enumeration


ImageDitherOption Enumeration
Indicates the results when a 256-color image is pasted from the Clipboard to the InfoConnect Graphics terminal window.
Syntax
'Declaration
 
Public Enum ImageDitherOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As ImageDitherOption
Members
MemberDescription
FullColor boundaries are less precise, but images can have a grainy, textured appearance.
NonePasted images are smooth in texture with distinct color boundaries.
PartialMidway between rcNoDither and rcFullDither.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Emulation.OpenSystems.ImageDitherOption

See Also