Home > comp > gb.qt > drawingarea > .draw 
  [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.Draw (gb.qt)
Syntax
EVENT Draw ( )

Raised when something must be redrawn.

A Draw.Begin on the drawing area is automatically called before raising the event, and the drawing is clipped to the area to be redrawn.

Draw.End will be automatically called after the event.