InfoConnect for Airlines VBA Guide
GraphicsFixScreen Property
Gets or sets whether the onscreen graphic is periodically updated from the offscreen graphic.
Syntax
Object.GraphicsFixScreen As Boolean
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