Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / GraphicsFixScreen Property


In This Topic
GraphicsFixScreen Property
In This Topic
Gets or sets a value indicating 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
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