Home / comp / gb.qt / drawingarea / merge 
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