Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Terminal Object / GraphicsFixScreen Property
In This Topic
GraphicsFixScreen Property
In This Topic
Gets or sets whether the onscreen graphic is periodically updated from the offscreen graphic.
Syntax
expression.GraphicsFixScreen As Boolean
where expression is a variable that represents a Terminal Object
Remarks
This value is appropriate for 8514 and other coprocessor-based video cards, as a way to keep offscreen and onscreen graphics synchronized. For other adapters, image synchronization is not an issue, and setting this property to false speeds up drawing.
See Also