Home > comp > gb.qt > drawingarea > merge 
  [3.0]
 fr de es it nl pl pt pt_BR mk sq ca ar fa vi ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration  
Documentation
History
 
DrawingArea.Merge (gb.qt)
Syntax
PROPERTY Merge AS Boolean

Indicates that the internal drawing events are merged before the Draw event is raised.

You should set that to TRUE if you have to do many complex drawing operations during the refresh. Otherwise, let this property be FALSE.

See also

DrawingArea Internal Behaviour