Attachmate Reflection 2014 .NET API Reference
ImageUseCurrentColorMap Property


Returns or specifies what happens when color bitmaps are pasted from the Clipboard. When this property is set to True, 256-color bitmaps pasted from the Clipboard are dithered to the current color map values. When this property is set to False, the color map that best represents the colors in the pasted bitmap is calculated. The dithering options are controlled by the ImageDither property.
Syntax
'Declaration
 
Property ImageUseCurrentColorMap As Boolean
'Usage
 
Dim instance As IScreen
Dim value As Boolean
 
instance.ImageUseCurrentColorMap = value
 
value = instance.ImageUseCurrentColorMap
bool ImageUseCurrentColorMap {get; set;}
Requirements

Target Platforms: Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP, Microsoft Windows Server 2003 Terminal Services, Microsoft Windows Server 2008 Terminal Services

See Also

Reference

IScreen Interface
IScreen Members

Send Feedback