InfoConnect for Airlines
CopyGraphicsVGAColors Property


Returns or specifies 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
bool CopyGraphicsVGAColors {get; set;}
See Also