Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / CopyGraphicsVGAColors Property


In This Topic
CopyGraphicsVGAColors Property
In This Topic
Gets or sets a value indicating whether bitmaps copied to the Clipboard are dithered to standard VGA colors. (The dithering options are controlled by the ImageDither property.) This is useful for pasting graphic images into Windows applications that are not palette-aware (for example, Windows Paintbrush).
Syntax
'Declaration
 
Property CopyGraphicsVGAColors As Boolean
 
'Usage
 
Dim instance As IScreen
Dim value As Boolean
 
instance.CopyGraphicsVGAColors = value
 
value = instance.CopyGraphicsVGAColors
See Also