Reflection
GraphicsFixScreen Property


Gets or sets whether the onscreen graphic is periodically updated from the offscreen graphic.
Syntax
'Declaration
 
Property GraphicsFixScreen As Boolean
'Usage
 
Dim instance As ITerminal
Dim value As Boolean
 
instance.GraphicsFixScreen = value
 
value = instance.GraphicsFixScreen
bool GraphicsFixScreen {get; set;}
Remarks
This value is appropriate for 8514 and other coprocessor-based video cards, as a way of keeping the offscreen and onscreen graphics synchronized. For other adapters, graphics synchronization is not an issue, and setting this property to false speeds up drawing.
See Also