Programming with Reflection

image\rwnprg32.gif GraphicsFixScreen property

 

Syntax

object.GraphicsFixScreen
object.GraphicsFixScreen = Value

Works with

image\r4.gif

Data type

Boolean

 

Description

Returns (first syntax line) or specifies (second syntax line) whether the onscreen graphics image is periodically updated from the offscreen graphics image. This value is appropriate for 8514 and other coprocessor-based video cards, as a way of keeping the offscreen and onscreen images synchronized. For other adapters, image synchronization is not an issue, and setting this property to False speeds up drawing.

Values

The default is True.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property