Home / comp / gb.qt / draw / begin 
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration   
fr  de  es  it  nl  pl  pt  pt_BR  mk  sq  ca  ar  fa  vi  ja  ru  zh  zh_TW  eo 
Documentation
History
 
Draw.Begin (gb.qt)
Syntax
STATIC SUB Begin ( Device AS Object )
Begins a new drawing. The device can be one of the following objects:

Note that calls to this method can be nested.

You must not call this method inside the Draw event handler of a DrawingArea control, as Gambas calls it for you, and initializes the drawing properties correctly: clipping, brush origin, and so on.